Method: IControl::LocalLB::ProfileAuth#set_rule_name
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#set_rule_name(opts) ⇒ Object
Sets the names of rules that this profile will be using.
273 274 275 276 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 273 def set_rule_name(opts) opts = check_params(opts,[:rule_names]) super(opts) end |