Method: Cisco::PimRpAddress#set_args_keys

Defined in:
lib/cisco_node_utils/pim_rp_address.rb

#set_args_keys(hash = {}) ⇒ Object

set_args_key




83
84
85
86
# File 'lib/cisco_node_utils/pim_rp_address.rb', line 83

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