Method: AtlasEngine::CountryProfile#ingestion
- Defined in:
- app/models/atlas_engine/country_profile.rb
#ingestion ⇒ Object
263 264 265 |
# File 'app/models/atlas_engine/country_profile.rb', line 263 def ingestion CountryProfileIngestionSubset.new(hash: attributes["ingestion"]) end |