Class: Triangulum::FlowSchemaExtraction::SchematizedObject

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#input_schemaObject

Returns the value of attribute input_schema

Returns:

  • (Object)

    the current value of input_schema



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

def input_schema
  @input_schema
end

#output_schemaObject

Returns the value of attribute output_schema

Returns:

  • (Object)

    the current value of output_schema



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

def output_schema
  @output_schema
end