Class: Virgil::SDK::Client::Requests::DeleteRelationRequest
- Inherits:
-
RevokeCardRequest
- Object
- SignableRequest
- RevokeCardRequest
- Virgil::SDK::Client::Requests::DeleteRelationRequest
- Defined in:
- lib/virgil/sdk/client/requests/delete_relation_request.rb
Overview
Delete trusted card
Instance Attribute Summary
Attributes inherited from RevokeCardRequest
Attributes inherited from SignableRequest
#relations, #signatures, #snapshot, #validation_token
Instance Method Summary collapse
-
#initialize(attributes) ⇒ DeleteRelationRequest
constructor
A new instance of DeleteRelationRequest.
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 |