Class: AzkabanScheduler::Schedule::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/azkaban_scheduler/schedule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#averageObject

Returns the value of attribute average

Returns:

  • (Object)

    the current value of average



3
4
5
# File 'lib/azkaban_scheduler/schedule.rb', line 3

def average
  @average
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



3
4
5
# File 'lib/azkaban_scheduler/schedule.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 'lib/azkaban_scheduler/schedule.rb', line 3

def min
  @min
end