Class: Easybill::Api::Attachments
- Defined in:
- lib/easybill/api/attachments.rb
Constant Summary
Constants inherited from Base
Class Method Summary collapse
Methods inherited from Base
authenticate, create, destroy, find, list, update
Methods included from ResponseHandler
Class Method Details
.content(id) ⇒ Object
4 5 6 |
# File 'lib/easybill/api/attachments.rb', line 4 def self.content(id) custom method: :get, path: "#{resource_path}/#{id}/content" end |