Method: Printful::FileType.attribute_map

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

.attribute_mapObject

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



34
35
36
37
38
39
40
41
42
# File 'lib/printful_client/models/file_type.rb', line 34

def self.attribute_map
  {
    :'id' => :'id',
    :'type' => :'type',
    :'title' => :'title',
    :'additional_price' => :'additional_price',
    :'options' => :'options'
  }
end