Class: ForceDream::VerifyResult
- Inherits:
-
Struct
- Object
- Struct
- ForceDream::VerifyResult
- Defined in:
- lib/force_dream/verify.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#fields_signed ⇒ Object
Returns the value of attribute fields_signed.
-
#key_id ⇒ Object
Returns the value of attribute key_id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
-
#trustless ⇒ Object
Returns the value of attribute trustless.
-
#verified ⇒ Object
Returns the value of attribute verified.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def algorithm @algorithm end |
#fields_signed ⇒ Object
Returns the value of attribute fields_signed
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def fields_signed @fields_signed end |
#key_id ⇒ Object
Returns the value of attribute key_id
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def key_id @key_id end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def @message end |
#task_id ⇒ Object
Returns the value of attribute task_id
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def task_id @task_id end |
#trustless ⇒ Object
Returns the value of attribute trustless
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def trustless @trustless end |
#verified ⇒ Object
Returns the value of attribute verified
8 9 10 |
# File 'lib/force_dream/verify.rb', line 8 def verified @verified end |