Method: UltracartClient::ItemPhysical.attribute_map

Defined in:
lib/ultracart_api/models/item_physical.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
34
# File 'lib/ultracart_api/models/item_physical.rb', line 27

def self.attribute_map
  {
    :'height' => :'height',
    :'length' => :'length',
    :'weight' => :'weight',
    :'width' => :'width'
  }
end