Class: PrintfulAPI::PackingSlip
Instance Attribute Summary
Attributes inherited from APIResource
#raw_data
Class Method Summary
collapse
included
Methods inherited from APIResource
api_attributes, belongs_to, camelize, has_many, #load_data, singularize, #to_h
Class Method Details
.get(opts = {}) ⇒ Object
8
9
10
11
12
13
14
|
# File 'lib/printful_api/packing_slip.rb', line 8
def self.get( opts={} )
store = Store.get()
store.packing_slip
end
|
.resource_path ⇒ Object
16
17
18
|
# File 'lib/printful_api/packing_slip.rb', line 16
def self.resource_path
'/store/packing-slip'
end
|