Class: ChronoForge::Dashboard::PeriodicHealthPresenter::Task
- Inherits:
-
Struct
- Object
- Struct
- ChronoForge::Dashboard::PeriodicHealthPresenter::Task
- Defined in:
- app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb
Instance Attribute Summary collapse
-
#last_execution_at ⇒ Object
Returns the value of attribute last_execution_at.
-
#latencies ⇒ Object
Returns the value of attribute latencies.
-
#name ⇒ Object
Returns the value of attribute name.
-
#next_scheduled_at ⇒ Object
Returns the value of attribute next_scheduled_at.
-
#timed_out_count ⇒ Object
Returns the value of attribute timed_out_count.
Instance Attribute Details
#last_execution_at ⇒ Object
Returns the value of attribute last_execution_at
8 9 10 |
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8 def last_execution_at @last_execution_at end |
#latencies ⇒ Object
Returns the value of attribute latencies
8 9 10 |
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8 def latencies @latencies end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8 def name @name end |
#next_scheduled_at ⇒ Object
Returns the value of attribute next_scheduled_at
8 9 10 |
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8 def next_scheduled_at @next_scheduled_at end |
#timed_out_count ⇒ Object
Returns the value of attribute timed_out_count
8 9 10 |
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8 def timed_out_count @timed_out_count end |