Method: Printful::Paging.attribute_map

Defined in:
lib/printful_client/models/paging.rb

.attribute_mapObject

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



29
30
31
32
33
34
35
# File 'lib/printful_client/models/paging.rb', line 29

def self.attribute_map
  {
    :'total' => :'total',
    :'offset' => :'offset',
    :'limit' => :'limit'
  }
end