Module: Invoice2go::Client::Accounts
- Included in:
- Invoice2go::Client
- Defined in:
- lib/invoice2go/client/accounts.rb
Instance Method Summary collapse
Instance Method Details
#account(id, params = {}) ⇒ Object
8 9 10 |
# File 'lib/invoice2go/client/accounts.rb', line 8 def account(id, params = {}) get("accounts/#{id}", params) end |
#accounts(params = {}) ⇒ Object
4 5 6 |
# File 'lib/invoice2go/client/accounts.rb', line 4 def accounts(params = {}) get("accounts", params) end |