Class: Vangrail::Colang::Execute
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Execute
- Defined in:
- lib/vangrail/colang/ast.rb
Overview
execute action(key="value")
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#arguments ⇒ Object
Returns the value of attribute arguments.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
63 64 65 |
# File 'lib/vangrail/colang/ast.rb', line 63 def action @action end |
#arguments ⇒ Object
Returns the value of attribute arguments
63 64 65 |
# File 'lib/vangrail/colang/ast.rb', line 63 def arguments @arguments end |