Class: Chocomint::Orchestrator::Result
- Inherits:
-
Struct
- Object
- Struct
- Chocomint::Orchestrator::Result
- Defined in:
- lib/chocomint/orchestrator.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#proposal ⇒ Object
Returns the value of attribute proposal.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts
12 13 14 |
# File 'lib/chocomint/orchestrator.rb', line 12 def attempts @attempts end |
#proposal ⇒ Object
Returns the value of attribute proposal
12 13 14 |
# File 'lib/chocomint/orchestrator.rb', line 12 def proposal @proposal end |
#result ⇒ Object
Returns the value of attribute result
12 13 14 |
# File 'lib/chocomint/orchestrator.rb', line 12 def result @result end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/chocomint/orchestrator.rb', line 12 def status @status end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
12 13 14 |
# File 'lib/chocomint/orchestrator.rb', line 12 def trace_id @trace_id end |