Class: Fakturoid::Api::BankAccount
- Inherits:
-
Object
- Object
- Fakturoid::Api::BankAccount
- Includes:
- Base
- Defined in:
- lib/fakturoid/api/bank_account.rb
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Base
Instance Method Details
#all ⇒ Object
8 9 10 |
# File 'lib/fakturoid/api/bank_account.rb', line 8 def all perform_request(HTTP_GET, "bank_accounts.json") end |