Class: Insika::TaskStore::Execution
- Inherits:
-
Data
- Object
- Data
- Insika::TaskStore::Execution
- Defined in:
- lib/insika/task_store.rb
Instance Attribute Summary collapse
-
#attempt ⇒ Object
readonly
Returns the value of attribute attempt.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#finished_at ⇒ Object
readonly
Returns the value of attribute finished_at.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
Instance Attribute Details
#attempt ⇒ Object (readonly)
Returns the value of attribute attempt
37 38 39 |
# File 'lib/insika/task_store.rb', line 37 def attempt @attempt end |
#error ⇒ Object (readonly)
Returns the value of attribute error
37 38 39 |
# File 'lib/insika/task_store.rb', line 37 def error @error end |
#finished_at ⇒ Object (readonly)
Returns the value of attribute finished_at
37 38 39 |
# File 'lib/insika/task_store.rb', line 37 def finished_at @finished_at end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
37 38 39 |
# File 'lib/insika/task_store.rb', line 37 def outcome @outcome end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at
37 38 39 |
# File 'lib/insika/task_store.rb', line 37 def started_at @started_at end |