Method: Printful::ProductTemplate.attribute_map
- Defined in:
- lib/printful_client/models/product_template.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
35 36 37 38 39 40 41 42 43 |
# File 'lib/printful_client/models/product_template.rb', line 35 def self.attribute_map { :'version' => :'version', :'min_dpi' => :'min_dpi', :'variant_mapping' => :'variant_mapping', :'templates' => :'templates', :'conflicting_placements' => :'conflicting_placements' } end |