Class: Octobat::Customer
- Inherits:
-
APIResource
- Object
- OctobatObject
- APIResource
- Octobat::Customer
- Defined in:
- lib/octobat/customer.rb
Instance Attribute Summary
Attributes inherited from OctobatObject
Instance Method Summary collapse
Methods included from APIOperations::Update
#save, #serialize_metadata, #serialize_params
Methods included from APIOperations::Create
Methods included from APIOperations::List
Methods inherited from APIResource
class_name, #refresh, retrieve, url, #url
Methods inherited from OctobatObject
#[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #to_hash, #to_json, #to_s, #values
Constructor Details
This class inherits a constructor from Octobat::OctobatObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Octobat::OctobatObject
Instance Method Details
#invoices(params = {}) ⇒ Object
7 8 9 |
# File 'lib/octobat/customer.rb', line 7 def invoices(params = {}) Invoice.all(params.merge({ :customer => id }), @api_key) end |