Class: Workarea::GlobalE::Category
- Inherits:
-
Object
- Object
- Workarea::GlobalE::Category
- Defined in:
- app/services/workarea/global_e/category.rb
Instance Method Summary collapse
-
#category_code ⇒ String
Category code on the Merchant’s site (to be mapped on Global-e side).
-
#name ⇒ String
Category name.
Instance Method Details
#category_code ⇒ String
Category code on the Merchant’s site (to be mapped on Global-e side)
8 9 |
# File 'app/services/workarea/global_e/category.rb', line 8 def category_code end |
#name ⇒ String
Category name
15 16 |
# File 'app/services/workarea/global_e/category.rb', line 15 def name end |