Class: StructuredDataToSql::Json::JsonSchemaLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::JsonSchemaLoader::Result
- Defined in:
- lib/structured_data_to_sql/json/json_schema_loader.rb
Instance Attribute Summary collapse
-
#forced_json ⇒ Object
Returns the value of attribute forced_json.
-
#pii ⇒ Object
Returns the value of attribute pii.
-
#plans ⇒ Object
Returns the value of attribute plans.
-
#root_name ⇒ Object
Returns the value of attribute root_name.
Instance Attribute Details
#forced_json ⇒ Object
Returns the value of attribute forced_json
16 17 18 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16 def forced_json @forced_json end |
#pii ⇒ Object
Returns the value of attribute pii
16 17 18 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16 def pii @pii end |
#plans ⇒ Object
Returns the value of attribute plans
16 17 18 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16 def plans @plans end |
#root_name ⇒ Object
Returns the value of attribute root_name
16 17 18 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16 def root_name @root_name end |