class Easybill::Api::Attachments

Public Class Methods

content(id) click to toggle source
# File lib/easybill/api/attachments.rb, line 4
def self.content(id)
  custom method: :get, path: "#{resource_path}/#{id}/content"
end