Class: Virgil::SDK::HighLevel::VirgilIdentity::ValidationToken
- Inherits:
-
Object
- Object
- Virgil::SDK::HighLevel::VirgilIdentity::ValidationToken
- Defined in:
- lib/virgil/sdk/high_level/virgil_identity/validation_token.rb
Overview
This class represents an information about identity and token that allows to execute action that requires identity authentication, like global Card creation or global Card revocation.
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ ValidationToken
constructor
Initializes a new instance of the ValidationToken class.
Constructor Details
#initialize(value) ⇒ ValidationToken
Initializes a new instance of the Virgil::SDK::HighLevel::VirgilIdentity::ValidationToken class
46 47 48 |
# File 'lib/virgil/sdk/high_level/virgil_identity/validation_token.rb', line 46 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
43 44 45 |
# File 'lib/virgil/sdk/high_level/virgil_identity/validation_token.rb', line 43 def value @value end |