Method: UltracartClient::KeyValue.attribute_map

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

.attribute_mapObject

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



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

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