Method: Noths::ProductOption.attribute_map

Defined in:
lib/noths/models/product_option.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



14
15
16
17
18
19
# File 'lib/noths/models/product_option.rb', line 14

def self.attribute_map
  {
    :'name' => :'name',
    :'value' => :'value'
  }
end