Class: ChronoForge::Dashboard::PeriodicHealthPresenter::Task

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_execution_atObject

Returns the value of attribute last_execution_at

Returns:

  • (Object)

    the current value of 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

#latenciesObject

Returns the value of attribute latencies

Returns:

  • (Object)

    the current value of latencies



8
9
10
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8

def latencies
  @latencies
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'app/presenters/chrono_forge/dashboard/periodic_health_presenter.rb', line 8

def name
  @name
end

#next_scheduled_atObject

Returns the value of attribute next_scheduled_at

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute timed_out_count

Returns:

  • (Object)

    the current value of 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