Class: Virgil::SDK::Client::Requests::DeleteRelationRequest

Inherits:
RevokeCardRequest show all
Defined in:
lib/virgil/sdk/client/requests/delete_relation_request.rb

Overview

Delete trusted card

Instance Attribute Summary

Attributes inherited from RevokeCardRequest

#card_id, #reason

Attributes inherited from SignableRequest

#relations, #signatures, #snapshot, #validation_token

Instance Method Summary collapse

Methods inherited from RevokeCardRequest

#restore, #restore_from_snapshot_model, #snapshot_model

Methods inherited from SignableRequest

#export, #request_model, #restore, #restore_from_snapshot_model, #sign_with, #snapshot_model, #take_snapshot

Constructor Details

#initialize(attributes) ⇒ DeleteRelationRequest

Returns a new instance of DeleteRelationRequest



43
44
45
# File 'lib/virgil/sdk/client/requests/delete_relation_request.rb', line 43

def initialize(attributes)
  super(attributes)
end