Class: Fakturoid::Client::BankAccount

Inherits:
Api
  • Object
show all
Defined in:
lib/fakturoid/client/bank_account.rb

Class Method Summary collapse

Methods inherited from Api

config, configure

Methods included from Api::Arguments

#permit_params, #validate_numerical_id, #validate_search_query

Methods included from Api::HttpMethods

#delete_request, #get_request, #patch_request, #post_request

Class Method Details

.allObject



4
5
6
# File 'lib/fakturoid/client/bank_account.rb', line 4

def self.all
  get_request('bank_accounts.json')
end