Class: ProjectConfiguration

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/artisan-ar-repository/models/project_configuration.rb

Constant Summary collapse

STANDARD_DEVIATION =
"stddev"
WEIGHTED_MEAN =
"weighted_mean"

Instance Method Summary collapse

Instance Method Details

#estimate_modeObject



10
11
12
# File 'lib/artisan-ar-repository/models/project_configuration.rb', line 10

def estimate_mode
  read_attribute(:estimate_mode) || STANDARD_DEVIATION
end