Class: StructuredDataToSql::Json::JsonSchemaLoader::PiiEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



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

def column
  @column
end

#json_pathObject

Returns the value of attribute json_path

Returns:

  • (Object)

    the current value of json_path



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

def json_path
  @json_path
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



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

def note
  @note
end

#table_relObject

Returns the value of attribute table_rel

Returns:

  • (Object)

    the current value of table_rel



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

def table_rel
  @table_rel
end