Class: SolidQueueTui::Data::HourlyStatsQuery::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_queue_tui/data/hourly_stats_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avgObject

Returns the value of attribute avg

Returns:

  • (Object)

    the current value of avg



6
7
8
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6

def avg
  @avg
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6

def data
  @data
end

#peakObject

Returns the value of attribute peak

Returns:

  • (Object)

    the current value of peak



6
7
8
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6

def peak
  @peak
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



6
7
8
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6

def total
  @total
end