Method: Printful::Store.openapi_types

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

.openapi_typesObject

Attribute type mapping.



43
44
45
46
47
48
49
# File 'lib/printful_client/models/store.rb', line 43

def self.openapi_types
  {
    :'id' => :'Integer',
    :'type' => :'String',
    :'name' => :'String'
  }
end