Class: TreezorConnect::Sca::Wallet

Inherits:
ApiResource show all
Extended by:
ApiOperations::Create, ApiOperations::Delete, ApiOperations::Fetch, ApiOperations::List
Defined in:
lib/treezor_connect/resources/sca/wallet.rb

Constant Summary collapse

OBJECT_NAME =
'sca/wallet'
OBJECT_KEY =
'scaWallets'
OBJECT_PRIMARY_KEY =
'id'

Class Method Summary collapse

Methods included from ApiOperations::Fetch

fetch

Methods included from ApiOperations::List

list

Methods included from ApiOperations::Create

create

Methods included from ApiOperations::Delete

delete

Methods inherited from ApiResource

custom_action

Methods included from ApiOperations::Request

included

Class Method Details

.resource_urlObject



18
19
20
# File 'lib/treezor_connect/resources/sca/wallet.rb', line 18

def self.resource_url
  '/core-connect/sca/scawallets'
end