Method: Cisco::ObjectGroup#set_args_keys
- Defined in:
- lib/cisco_node_utils/object_group.rb
#set_args_keys(hash = {}) ⇒ Object
rubocop:disable Style/AccessorMethodName
44 45 46 47 |
# File 'lib/cisco_node_utils/object_group.rb', line 44 def set_args_keys(hash={}) set_args_keys_default @set_args = @get_args.merge!(hash) unless hash.empty? end |