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