Class: Easybill::Api::Attachments

Inherits:
Base
  • Object
show all
Defined in:
lib/easybill/api/attachments.rb

Constant Summary

Constants inherited from Base

Base::HEADERS

Class Method Summary collapse

Methods inherited from Base

authenticate, create, destroy, find, list, update

Methods included from ResponseHandler

included

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