Class: Nova::API::Resource::Bank

Inherits:
CurrentAsset show all
Defined in:
lib/nova/api/resource/bank.rb

Constant Summary collapse

ALLOWED_ATTRIBUTES =
%i[]

Constants inherited from Base

Base::PRODUCTION_HOST, Base::SCHEME, Base::STAGING_HOST

Constants inherited from Utils::BaseStruct

Utils::BaseStruct::DATE_REGEX

Class Method Summary collapse

Methods inherited from CurrentAsset

#endpoint, #statement, statement

Methods inherited from Base

authorization_header, base_url, configuration, do_get, do_get_search, #endpoint, perform_get

Methods inherited from Utils::BaseStruct

#allowed_attributes, generate_valid_value_for, initialize_empty_model_with_id, value_for_field

Class Method Details

.endpointObject



18
19
20
# File 'lib/nova/api/resource/bank.rb', line 18

def self.endpoint
  '/api/banks'
end

.list(parameters = {}) ⇒ Object



22
23
24
# File 'lib/nova/api/resource/bank.rb', line 22

def self.list(parameters = {})
  do_get_search(endpoint, parameters.to_h)
end