Module: Earth::Base
- Included in:
- Industry, IndustryProduct, IndustryProductLine, IndustrySector, Merchant, MerchantCategory, MerchantCategoryIndustry, ProductLine, ProductLineIndustryProduct, Sector
- Defined in:
- lib/earth/base.rb
Instance Method Summary collapse
Instance Method Details
#define_schema(data_miner) ⇒ Object
3 4 5 |
# File 'lib/earth/base.rb', line 3 def define_schema(data_miner) data_miner.schema Earth., &self.schema_definition end |