Class: Btape::Command
- Inherits:
-
Struct
- Object
- Struct
- Btape::Command
- Defined in:
- lib/btape/parser.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
9 10 11 |
# File 'lib/btape/parser.rb', line 9 def arguments @arguments end |
#line_number ⇒ Object
Returns the value of attribute line_number
9 10 11 |
# File 'lib/btape/parser.rb', line 9 def line_number @line_number end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/btape/parser.rb', line 9 def name @name end |