Method: Cisco::Pim#set_args_keys

Defined in:
lib/cisco_node_utils/pim.rb

#set_args_keys(hash = {}) ⇒ Object

rubocop:disable Style/AccessorMethodName



81
82
83
84
# File 'lib/cisco_node_utils/pim.rb', line 81

def set_args_keys(hash={}) # rubocop:disable Style/AccessorMethodName
  set_args_keys_default
  @set_args = @get_args.merge!(hash) unless hash.empty?
end