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



31
32
33
# File 'lib/vangrail/colang/ast.rb', line 31

def body
  @body
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



31
32
33
# File 'lib/vangrail/colang/ast.rb', line 31

def name
  @name
end

#subflowObject

Returns the value of attribute subflow

Returns:

  • (Object)

    the current value of subflow



31
32
33
# File 'lib/vangrail/colang/ast.rb', line 31

def subflow
  @subflow
end