Class: AgileTrello::CycleTime
- Inherits:
-
Object
- Object
- AgileTrello::CycleTime
- Defined in:
- lib/TrelloCycleTime.rb
Instance Attribute Summary collapse
-
#mean ⇒ Object
readonly
Returns the value of attribute mean.
Instance Method Summary collapse
-
#initialize(mean) ⇒ CycleTime
constructor
A new instance of CycleTime.
Constructor Details
#initialize(mean) ⇒ CycleTime
26 27 28 |
# File 'lib/TrelloCycleTime.rb', line 26 def initialize(mean) @mean = mean end |
Instance Attribute Details
#mean ⇒ Object (readonly)
Returns the value of attribute mean.
24 25 26 |
# File 'lib/TrelloCycleTime.rb', line 24 def mean @mean end |