Class: SolidQueueWeb::JobPerformanceStats::Row

Inherits:
Struct
  • Object
show all
Defined in:
app/services/solid_queue_web/job_performance_stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avgObject

Returns the value of attribute avg

Returns:

  • (Object)

    the current value of avg



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def avg
  @avg
end

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def class_name
  @class_name
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def count
  @count
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def min
  @min
end

#p50Object

Returns the value of attribute p50

Returns:

  • (Object)

    the current value of p50



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def p50
  @p50
end

#p95Object

Returns the value of attribute p95

Returns:

  • (Object)

    the current value of p95



3
4
5
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3

def p95
  @p95
end