Class: StructuredDataToSql::Json::JsonSchemaLoader::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#forced_jsonObject

Returns the value of attribute forced_json

Returns:

  • (Object)

    the current value of forced_json



16
17
18
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16

def forced_json
  @forced_json
end

#piiObject

Returns the value of attribute pii

Returns:

  • (Object)

    the current value of pii



16
17
18
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16

def pii
  @pii
end

#plansObject

Returns the value of attribute plans

Returns:

  • (Object)

    the current value of plans



16
17
18
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16

def plans
  @plans
end

#root_nameObject

Returns the value of attribute root_name

Returns:

  • (Object)

    the current value of root_name



16
17
18
# File 'lib/structured_data_to_sql/json/json_schema_loader.rb', line 16

def root_name
  @root_name
end