Class: ForceDream::VerifyResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/force_dream/verify.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def algorithm
  @algorithm
end

#fields_signedObject

Returns the value of attribute fields_signed

Returns:

  • (Object)

    the current value of fields_signed



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def fields_signed
  @fields_signed
end

#key_idObject

Returns the value of attribute key_id

Returns:

  • (Object)

    the current value of key_id



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def key_id
  @key_id
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def message
  @message
end

#task_idObject

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def task_id
  @task_id
end

#trustlessObject

Returns the value of attribute trustless

Returns:

  • (Object)

    the current value of trustless



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def trustless
  @trustless
end

#verifiedObject

Returns the value of attribute verified

Returns:

  • (Object)

    the current value of verified



8
9
10
# File 'lib/force_dream/verify.rb', line 8

def verified
  @verified
end