Class: CmdParse::List
- Inherits:
-
Struct
- Object
- Struct
- CmdParse::List
- Defined in:
- app/cmd_parser.rb
Overview
Structure to hold list information
Instance Attribute Summary collapse
-
#num ⇒ Object
Returns the value of attribute num.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#num ⇒ Object
Returns the value of attribute num
309 310 311 |
# File 'app/cmd_parser.rb', line 309 def num @num end |
#position ⇒ Object
Returns the value of attribute position
309 310 311 |
# File 'app/cmd_parser.rb', line 309 def position @position end |