Class: TruthID::SessionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/truthid/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



48
49
50
# File 'lib/truthid/types.rb', line 48

def created_at
  @created_at
end

#device_pub_keyObject

Returns the value of attribute device_pub_key

Returns:

  • (Object)

    the current value of device_pub_key



48
49
50
# File 'lib/truthid/types.rb', line 48

def device_pub_key
  @device_pub_key
end

#existsObject

Returns the value of attribute exists

Returns:

  • (Object)

    the current value of exists



48
49
50
# File 'lib/truthid/types.rb', line 48

def exists
  @exists
end

#identity_idObject

Returns the value of attribute identity_id

Returns:

  • (Object)

    the current value of identity_id



48
49
50
# File 'lib/truthid/types.rb', line 48

def identity_id
  @identity_id
end

#revokedObject

Returns the value of attribute revoked

Returns:

  • (Object)

    the current value of revoked



48
49
50
# File 'lib/truthid/types.rb', line 48

def revoked
  @revoked
end