Method: Cisco::CommandReference#filter_hash
- Defined in:
- lib/cisco_node_utils/command_reference.rb
#filter_hash(input_hash) ⇒ Object
550 551 552 553 554 555 |
# File 'lib/cisco_node_utils/command_reference.rb', line 550 def filter_hash(input_hash) CommandReference.filter_hash(input_hash, platform: platform, product_id: product_id, data_formats: data_formats) end |