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