Skip to content

Commit

Permalink
added init to rewrite::action
Browse files Browse the repository at this point in the history
  • Loading branch information
bitflingr committed Jan 11, 2015
1 parent f927f8c commit 6a7f045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/netscaler/rewrite/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ module Netscaler
class Rewrite
class Action < NetscalerService

def initialize(netscaler)
@netscaler=netscaler
end

def show(payload={})
if payload[:name] != nil then
validate_payload(payload, [:name])
Expand Down

0 comments on commit 6a7f045

Please sign in to comment.