Class: MangoModel::PlatformCategorization
- Inherits:
-
Object
- Object
- MangoModel::PlatformCategorization
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/platform_categorization.rb
Overview
Models a platform’s categorization details
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#business_type ⇒ Object
- BusinessType
-
Type of the business.
-
#sector ⇒ Object
- Sector
-
Sector of business.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#business_type ⇒ Object
- BusinessType
-
Type of the business
10 11 12 |
# File 'lib/mangopay/model/platform_categorization.rb', line 10 def business_type @business_type end |
#sector ⇒ Object
- Sector
-
Sector of business
13 14 15 |
# File 'lib/mangopay/model/platform_categorization.rb', line 13 def sector @sector end |