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
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_getter, #key_substitutor, keys, #method_missing, #preprocess_value, #printf_substitutor, #test_config_result, #to_s
Constructor Details
#initialize(feature, name, file) ⇒ UnsupportedCmdRef
Returns a new instance of UnsupportedCmdRef.
245 246 247 |
# File 'lib/cisco_node_utils/command_reference.rb', line 245 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