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