Class: Asaas::Api::Customer
Instance Attribute Summary
Attributes inherited from Base
#endpoint, #errors, #meta, #route, #success, #token
Instance Method Summary collapse
-
#initialize(token, api_version) ⇒ Customer
constructor
A new instance of Customer.
Methods inherited from Base
#create, #delete, #extract_meta, #get, #list, #update
Constructor Details
#initialize(token, api_version) ⇒ Customer
Returns a new instance of Customer.
5 6 7 |
# File 'lib/asaas/api/customer.rb', line 5 def initialize(token, api_version) super(token, api_version, '/customers') end |