Class: Triangulum::FlowSchemaExtraction::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/triangulum/flow_schema_extraction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flowObject

Returns the value of attribute flow

Returns:

  • (Object)

    the current value of flow



9
10
11
# File 'lib/triangulum/flow_schema_extraction.rb', line 9

def flow
  @flow
end

#subflow_parametersObject

Returns the value of attribute subflow_parameters

Returns:

  • (Object)

    the current value of subflow_parameters



9
10
11
# File 'lib/triangulum/flow_schema_extraction.rb', line 9

def subflow_parameters
  @subflow_parameters
end