Method: OrderCloud::Catalog.attribute_map

Defined in:
lib/order_cloud/models/catalog.rb

.attribute_mapObject

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



43
44
45
46
47
48
49
50
51
52
# File 'lib/order_cloud/models/catalog.rb', line 43

def self.attribute_map
  {
    :'id' => :'ID',
    :'name' => :'Name',
    :'description' => :'Description',
    :'active' => :'Active',
    :'category_count' => :'CategoryCount',
    :'xp' => :'xp'
  }
end