Class: PrintfulAPI::File
- Inherits:
-
APIResource
- Object
- APIResource
- PrintfulAPI::File
- Defined in:
- lib/printful_api/file.rb
Instance Attribute Summary
Attributes inherited from APIResource
Class Method Summary collapse
Methods included from APIOperations::Get
Methods included from APIOperations::Create
Methods included from APIOperations::List
Methods inherited from APIResource
api_attributes, belongs_to, camelize, has_many, #load_data, singularize, #to_h
Class Method Details
.resource_path ⇒ Object
11 12 13 |
# File 'lib/printful_api/file.rb', line 11 def self.resource_path '/files' end |