Class: Vangrail::Colang::Flow

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



57
58
59
# File 'lib/vangrail/colang/ast.rb', line 57

def body
  @body
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



57
58
59
# File 'lib/vangrail/colang/ast.rb', line 57

def name
  @name
end

#subflowObject

Returns the value of attribute subflow

Returns:

  • (Object)

    the current value of subflow



57
58
59
# File 'lib/vangrail/colang/ast.rb', line 57

def subflow
  @subflow
end