Class: ClioClient::Api::Bill

Inherits:
Base
  • Object
show all
Includes:
Findable, Listable
Defined in:
lib/clio_client/api/bill.rb

Instance Attribute Summary

Attributes inherited from Base

#session

Instance Method Summary collapse

Methods included from Findable

#find

Methods included from Listable

#first, #list, #next_page

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ClioClient::Api::Base

Instance Method Details

#download(id) ⇒ Object



8
9
10
# File 'lib/clio_client/api/bill.rb', line 8

def download(id)        
  session.get("#{end_point_url}/#{id}.pdf", {}, false)
end