Class: StructuredDataToSql::Json::JsonSchemaLoader::TablePlan

Inherits:
Struct
  • Object
show all
Defined in:
lib/structured_data_to_sql/json/json_schema_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childObject

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



13
14
15
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13

def child
  @child
end

#defsObject

Returns the value of attribute defs

Returns:

  • (Object)

    the current value of defs



13
14
15
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13

def defs
  @defs
end

#relObject

Returns the value of attribute rel

Returns:

  • (Object)

    the current value of rel



13
14
15
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13

def rel
  @rel
end