Class: StructuredDataToSql::Json::JsonSchemaLoader::PiiEntry
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::JsonSchemaLoader::PiiEntry
- Defined in:
- lib/structured_data_to_sql/json/json_schema_loader.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#json_path ⇒ Object
Returns the value of attribute json_path.
-
#note ⇒ Object
Returns the value of attribute note.
-
#table_rel ⇒ Object
Returns the value of attribute table_rel.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
14 15 16 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 14 def column @column end |
#json_path ⇒ Object
Returns the value of attribute json_path
14 15 16 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 14 def json_path @json_path end |
#note ⇒ Object
Returns the value of attribute note
14 15 16 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 14 def note @note end |
#table_rel ⇒ Object
Returns the value of attribute table_rel
14 15 16 |
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 14 def table_rel @table_rel end |