Class: TreezorConnect::Sca::ExternalOperation

Inherits:
ApiResource
  • Object
show all
Extended by:
ApiOperations::Create, ApiOperations::Update
Defined in:
lib/treezor_connect/resources/sca/external_operation.rb

Constant Summary collapse

OBJECT_NAME =
'sca/external_operation'
OBJECT_PRIMARY_KEY =
'externalOperationId'

Class Method Summary collapse

Methods included from ApiOperations::Create

create

Methods included from ApiOperations::Update

update

Methods inherited from ApiResource

custom_action

Methods included from ApiOperations::Request

included

Class Method Details

.resource_urlObject



12
13
14
# File 'lib/treezor_connect/resources/sca/external_operation.rb', line 12

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