class AgileTrello::CycleTime

Attributes

mean[R]
standard_deviation[R]

Public Class Methods

new(mean, standard_deviation) click to toggle source
# File lib/TrelloCycleTime.rb, line 28
def initialize(mean, standard_deviation)
        @mean = mean
        @standard_deviation = standard_deviation
end