Class: TruthID::VerifyAuthResult
- Inherits:
-
Struct
- Object
- Struct
- TruthID::VerifyAuthResult
- Defined in:
- lib/truthid/types.rb
Overview
Tipos de resultado: snake_case, sem necessidade de conversão JSON
Instance Attribute Summary collapse
-
#device_address ⇒ Object
Returns the value of attribute device_address.
-
#identity_id ⇒ Object
Returns the value of attribute identity_id.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#device_address ⇒ Object
Returns the value of attribute device_address
47 48 49 |
# File 'lib/truthid/types.rb', line 47 def device_address @device_address end |
#identity_id ⇒ Object
Returns the value of attribute identity_id
47 48 49 |
# File 'lib/truthid/types.rb', line 47 def identity_id @identity_id end |
#reason ⇒ Object
Returns the value of attribute reason
47 48 49 |
# File 'lib/truthid/types.rb', line 47 def reason @reason end |
#valid ⇒ Object
Returns the value of attribute valid
47 48 49 |
# File 'lib/truthid/types.rb', line 47 def valid @valid end |