Class: StructuredDataToSql::Json::JsonSchemaLoader::TablePlan
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::JsonSchemaLoader::TablePlan
- Defined in:
- lib/structured_data_to_sql/json/json_schema_loader.rb
Instance Attribute Summary collapse
-
#child ⇒ Object
Returns the value of attribute child.
-
#defs ⇒ Object
Returns the value of attribute defs.
-
#rel ⇒ Object
Returns the value of attribute rel.
Instance Attribute Details
#child ⇒ Object
Returns the value of attribute child
13 14 15 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13 def child @child end |
#defs ⇒ Object
Returns the value of attribute defs
13 14 15 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13 def defs @defs end |
#rel ⇒ Object
Returns the value of attribute rel
13 14 15 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 13 def rel @rel end |