Class: Termular::AST::OptionCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/termular/parser.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Termular::AST::Base

Instance Attribute Details

#expressionObject

Returns the value of attribute expression.



59
60
61
# File 'lib/termular/parser.rb', line 59

def expression
  @expression
end

#optionObject

Returns the value of attribute option.



59
60
61
# File 'lib/termular/parser.rb', line 59

def option
  @option
end