Class: CmdParse::SymbolEntry
- Inherits:
-
Struct
- Object
- Struct
- CmdParse::SymbolEntry
- Defined in:
- app/cmd_parser.rb
Instance Attribute Summary collapse
-
#chain ⇒ Object
Returns the value of attribute chain.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#chain ⇒ Object
Returns the value of attribute chain
298 299 300 |
# File 'app/cmd_parser.rb', line 298 def chain @chain end |
#name ⇒ Object
Returns the value of attribute name
298 299 300 |
# File 'app/cmd_parser.rb', line 298 def name @name end |
#type ⇒ Object
Returns the value of attribute type
298 299 300 |
# File 'app/cmd_parser.rb', line 298 def type @type end |