Class: AgileTrello::CycleTime

Inherits:
Object
  • Object
show all
Defined in:
lib/TrelloCycleTime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mean) ⇒ CycleTime



26
27
28
# File 'lib/TrelloCycleTime.rb', line 26

def initialize(mean)
	@mean = mean
end

Instance Attribute Details

#meanObject (readonly)

Returns the value of attribute mean.



24
25
26
# File 'lib/TrelloCycleTime.rb', line 24

def mean
  @mean
end