Class: Fakturoid::Api::BankAccount

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/fakturoid/api/bank_account.rb

Instance Attribute Summary

Attributes included from Base

#client

Instance Method Summary collapse

Methods included from Base

#initialize, #perform_request

Instance Method Details

#allObject



8
9
10
# File 'lib/fakturoid/api/bank_account.rb', line 8

def all
  perform_request(HTTP_GET, "bank_accounts.json")
end