Class: Nova::API::Resource::Card

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

Defined Under Namespace

Classes: Tax

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

base_url, #endpoint

Methods inherited from Utils::BaseStruct

#allowed_attributes

Class Method Details

.endpointObject



46
47
48
# File 'lib/nova/api/resource/card.rb', line 46

def self.endpoint
  '/api/cards'
end

.list(parameters = {}) ⇒ Object



50
51
52
# File 'lib/nova/api/resource/card.rb', line 50

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