Method: Printful::Shipment.attribute_map
- Defined in:
- lib/printful_client/models/shipment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/printful_client/models/shipment.rb', line 50 def self.attribute_map { :'id' => :'id', :'carrier' => :'carrier', :'service' => :'service', :'tracking_number' => :'tracking_number', :'tracking_url' => :'tracking_url', :'created' => :'created', :'ship_date' => :'ship_date', :'shipped_at' => :'shipped_at', :'reshipment' => :'reshipment', :'items' => :'items' } end |