Class: Cisco::UnsupportedCmdRef
- Defined in:
- lib/cisco_node_utils/command_reference.rb
Overview
Placeholder for known but explicitly excluded entry For these, we have an implied default_only value of nil.
Constant Summary
Constants inherited from CmdRef
Instance Attribute Summary
Attributes inherited from CmdRef
#auto_default, #default_only, #feature, #hash, #kind, #multiple, #name, #os_version
Instance Method Summary collapse
-
#initialize(feature, name, file) ⇒ UnsupportedCmdRef
constructor
A new instance of UnsupportedCmdRef.
Methods inherited from CmdRef
#boolean_default_true, #convert_to_constant, #define_helper, #define_key_value_helper, #define_printf_helper, #define_static_helper, #getter, #getter?, #key_substitutor, keys, #method_missing, #printf_substitutor, #setter, #setter?, #to_s, #values_to_hash
Constructor Details
#initialize(feature, name, file) ⇒ UnsupportedCmdRef
Returns a new instance of UnsupportedCmdRef.
334 335 336 |
# File 'lib/cisco_node_utils/command_reference.rb', line 334 def initialize(feature, name, file) super(feature, name, { 'default_only' => nil }, file) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cisco::CmdRef