Class: Termular::AST::ImplicitCartesianCommand
- Defined in:
- lib/termular/parser.rb
Instance Attribute Summary collapse
-
#relation ⇒ Object
Returns the value of attribute relation.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Termular::AST::Base
Instance Attribute Details
#relation ⇒ Object
Returns the value of attribute relation.
59 60 61 |
# File 'lib/termular/parser.rb', line 59 def relation @relation end |