Class: TruthID::VerifyAuthResult

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

Overview

Tipos de resultado: snake_case, sem necessidade de conversão JSON

Instance Attribute Summary collapse

Instance Attribute Details

#device_addressObject

Returns the value of attribute device_address

Returns:

  • (Object)

    the current value of device_address



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

def device_address
  @device_address
end

#identity_idObject

Returns the value of attribute identity_id

Returns:

  • (Object)

    the current value of identity_id



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

def identity_id
  @identity_id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



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

def valid
  @valid
end