Class: Vangrail::Colang::Assign
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Assign
- Defined in:
- lib/vangrail/colang/ast.rb
Overview
$var = execute action(key="value")
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
34 35 36 |
# File 'lib/vangrail/colang/ast.rb', line 34 def expression @expression end |
#variable ⇒ Object
Returns the value of attribute variable
34 35 36 |
# File 'lib/vangrail/colang/ast.rb', line 34 def variable @variable end |