Class: BigcommerceProductAgent::Mapper::OptionValueMapper

Inherits:
Object
  • Object
show all
Defined in:
lib/mapper/option_value_mapper.rb

Class Method Summary collapse

Class Method Details

.map(label) ⇒ Object



5
6
7
8
9
10
# File 'lib/mapper/option_value_mapper.rb', line 5

def self.map(label)
    {
        label: label,
        sort_order: 0,
    }
end