Class: Triangulum::FlowSchemaExtraction::Result
- Inherits:
-
Struct
- Object
- Struct
- Triangulum::FlowSchemaExtraction::Result
- Defined in:
- lib/triangulum/flow_schema_extraction.rb
Instance Attribute Summary collapse
-
#flow ⇒ Object
Returns the value of attribute flow.
-
#subflow_parameters ⇒ Object
Returns the value of attribute subflow_parameters.
Instance Attribute Details
#flow ⇒ Object
Returns the value of attribute flow
9 10 11 |
# File 'lib/triangulum/flow_schema_extraction.rb', line 9 def flow @flow end |
#subflow_parameters ⇒ Object
Returns the value of attribute subflow_parameters
9 10 11 |
# File 'lib/triangulum/flow_schema_extraction.rb', line 9 def subflow_parameters @subflow_parameters end |