class Netscaler::Policy

Keeping with the command grouping in NSCLI, the Policy class is meant to be used as a place holder for all subcommands that belong under policy command group. Ex.

add policy expression add policy httpCallout add policy map add policy patset add policy stringmap

Public Class Methods

new(netscaler) click to toggle source
# File lib/netscaler/policy.rb, line 21
def initialize(netscaler)
  @netscaler = netscaler
end

Public Instance Methods

stringmap() click to toggle source
# File lib/netscaler/policy.rb, line 25
def stringmap
  Stringmap.new @netscaler
end