Class: TreezorConnect::Sca::Wallet
- Inherits:
-
ApiResource
- Object
- ApiResource
- TreezorConnect::Sca::Wallet
- 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
Methods included from ApiOperations::List
Methods included from ApiOperations::Create
Methods included from ApiOperations::Delete
Methods inherited from ApiResource
Methods included from ApiOperations::Request
Class Method Details
.resource_url ⇒ Object
18 19 20 |
# File 'lib/treezor_connect/resources/sca/wallet.rb', line 18 def self.resource_url '/core-connect/sca/scawallets' end |