Class: TruthID::SessionInfo
- Inherits:
-
Struct
- Object
- Struct
- TruthID::SessionInfo
- Defined in:
- lib/truthid/types.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#device_pub_key ⇒ Object
Returns the value of attribute device_pub_key.
-
#exists ⇒ Object
Returns the value of attribute exists.
-
#identity_id ⇒ Object
Returns the value of attribute identity_id.
-
#revoked ⇒ Object
Returns the value of attribute revoked.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
48 49 50 |
# File 'lib/truthid/types.rb', line 48 def created_at @created_at end |
#device_pub_key ⇒ Object
Returns the value of attribute device_pub_key
48 49 50 |
# File 'lib/truthid/types.rb', line 48 def device_pub_key @device_pub_key end |
#exists ⇒ Object
Returns the value of attribute exists
48 49 50 |
# File 'lib/truthid/types.rb', line 48 def exists @exists end |
#identity_id ⇒ Object
Returns the value of attribute identity_id
48 49 50 |
# File 'lib/truthid/types.rb', line 48 def identity_id @identity_id end |
#revoked ⇒ Object
Returns the value of attribute revoked
48 49 50 |
# File 'lib/truthid/types.rb', line 48 def revoked @revoked end |