Class: ChronoForge::Dashboard::TimelinePresenter::Entry
- Inherits:
-
Struct
- Object
- Struct
- ChronoForge::Dashboard::TimelinePresenter::Entry
- Defined in:
- app/presenters/chrono_forge/dashboard/timeline_presenter.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#error_class ⇒ Object
Returns the value of attribute error_class.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#id ⇒ Object
Returns the value of attribute id.
-
#iterations ⇒ Object
Returns the value of attribute iterations.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#last_executed_at ⇒ Object
Returns the value of attribute last_executed_at.
-
#last_run_at ⇒ Object
Returns the value of attribute last_run_at.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#missing_error_id ⇒ Object
Returns the value of attribute missing_error_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#skipped_ticks ⇒ Object
Returns the value of attribute skipped_ticks.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#step_name ⇒ Object
Returns the value of attribute step_name.
-
#tombstones ⇒ Object
Returns the value of attribute tombstones.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def attempts @attempts end |
#completed_at ⇒ Object
Returns the value of attribute completed_at
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def completed_at @completed_at end |
#error_class ⇒ Object
Returns the value of attribute error_class
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def error_class @error_class end |
#error_message ⇒ Object
Returns the value of attribute error_message
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def @error_message end |
#errors ⇒ Object
Returns the value of attribute errors
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def errors @errors end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def id @id end |
#iterations ⇒ Object
Returns the value of attribute iterations
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def iterations @iterations end |
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def kind @kind end |
#last_executed_at ⇒ Object
Returns the value of attribute last_executed_at
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def last_executed_at @last_executed_at end |
#last_run_at ⇒ Object
Returns the value of attribute last_run_at
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def last_run_at @last_run_at end |
#metadata ⇒ Object
Returns the value of attribute metadata
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def @metadata end |
#missing_error_id ⇒ Object
Returns the value of attribute missing_error_id
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def missing_error_id @missing_error_id end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def name @name end |
#skipped_ticks ⇒ Object
Returns the value of attribute skipped_ticks
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def skipped_ticks @skipped_ticks end |
#started_at ⇒ Object
Returns the value of attribute started_at
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def status @status end |
#step_name ⇒ Object
Returns the value of attribute step_name
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def step_name @step_name end |
#tombstones ⇒ Object
Returns the value of attribute tombstones
4 5 6 |
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4 def tombstones @tombstones end |