Class: Workarea::GlobalE::Category

Inherits:
Object
  • Object
show all
Defined in:
app/services/workarea/global_e/category.rb

Instance Method Summary collapse

Instance Method Details

#category_codeString

Category code on the Merchant’s site (to be mapped on Global-e side)

Returns:

  • (String)


8
9
# File 'app/services/workarea/global_e/category.rb', line 8

def category_code
end

#nameString

Category name

Returns:

  • (String)


15
16
# File 'app/services/workarea/global_e/category.rb', line 15

def name
end