Method: Cisco::RouterBgpAF#set_args_keys
- Defined in:
- lib/cisco_node_utils/bgp_af.rb
#set_args_keys(hash = {}) ⇒ Object
rubocop:disable Style/AccessorMethodName
86 87 88 89 |
# File 'lib/cisco_node_utils/bgp_af.rb', line 86 def set_args_keys(hash={}) # rubocop:disable Style/AccessorMethodName set_args_keys_default @set_args = @get_args.merge!(hash) unless hash.empty? end |