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
37 38 39 |
# File 'lib/vangrail/colang/ast.rb', line 37 def action @action end |
#arguments ⇒ Object
Returns the value of attribute arguments
37 38 39 |
# File 'lib/vangrail/colang/ast.rb', line 37 def arguments @arguments end |