Class: Vangrail::Colang::Execute

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/colang/ast.rb

Overview

execute action(key="value")

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



37
38
39
# File 'lib/vangrail/colang/ast.rb', line 37

def action
  @action
end

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



37
38
39
# File 'lib/vangrail/colang/ast.rb', line 37

def arguments
  @arguments
end