Class: ForceDream::InvokeResult
- Inherits:
-
Struct
- Object
- Struct
- ForceDream::InvokeResult
- Defined in:
- lib/force_dream/invoke.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#charged_pence ⇒ Object
Returns the value of attribute charged_pence.
-
#error ⇒ Object
Returns the value of attribute error.
-
#message ⇒ Object
Returns the value of attribute message.
-
#output ⇒ Object
Returns the value of attribute output.
-
#proof_id ⇒ Object
Returns the value of attribute proof_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def agent @agent end |
#charged_pence ⇒ Object
Returns the value of attribute charged_pence
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def charged_pence @charged_pence end |
#error ⇒ Object
Returns the value of attribute error
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def error @error end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def @message end |
#output ⇒ Object
Returns the value of attribute output
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def output @output end |
#proof_id ⇒ Object
Returns the value of attribute proof_id
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def proof_id @proof_id end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def status @status end |
#task_id ⇒ Object
Returns the value of attribute task_id
6 7 8 |
# File 'lib/force_dream/invoke.rb', line 6 def task_id @task_id end |