Class: MerchantCategory
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- MerchantCategory
- Extended by:
- Earth::Model
- Defined in:
- lib/earth/industry/merchant_category.rb
Constant Summary collapse
- TABLE_STRUCTURE =
"\nCREATE TABLE merchant_categories\n (\n mcc CHARACTER VARYING(255) NOT NULL PRIMARY KEY,\n description CHARACTER VARYING(255)\n );\n\n"
Instance Method Summary collapse
Methods included from Earth::Model
extend_mining, extended, registry
Instance Method Details
#name ⇒ Object
24 25 26 |
# File 'lib/earth/industry/merchant_category.rb', line 24 def name description end |