class Netscaler::Responder
Public Class Methods
new(netscaler)
click to toggle source
# File lib/netscaler/responder.rb, line 7 def initialize(netscaler) @netscaler = netscaler end
Public Instance Methods
action()
click to toggle source
# File lib/netscaler/responder.rb, line 11 def action Action.new @netscaler end
policy()
click to toggle source
# File lib/netscaler/responder.rb, line 15 def policy Policy.new @netscaler end