Sha256: b3b60f5c8e2a2fb590c4f3337e3430d55175656d14f67c39340c2b7d21fd2a18
Contents?: true
Size: 502 Bytes
Versions: 14
Compression:
Stored size: 502 Bytes
Contents
require 'netscaler/policy/stringmap' module Netscaler =begin 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 =end class Policy def initialize(netscaler) @netscaler = netscaler end def stringmap Stringmap.new @netscaler end end end
Version data entries
14 entries across 14 versions & 1 rubygems