Class: Termular::AST::OptionCommand
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#option ⇒ Object
Returns the value of attribute option.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Termular::AST::Base
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression.
71 72 73 |
# File 'lib/termular/parser.rb', line 71 def expression @expression end |
#option ⇒ Object
Returns the value of attribute option.
71 72 73 |
# File 'lib/termular/parser.rb', line 71 def option @option end |