Class: Roby::Test::Stat
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#max ⇒ Object
Returns the value of attribute max.
-
#mean ⇒ Object
Returns the value of attribute mean.
-
#min ⇒ Object
Returns the value of attribute min.
-
#stddev ⇒ Object
Returns the value of attribute stddev.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def count @count end |
#max ⇒ Object
Returns the value of attribute max
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def max @max end |
#mean ⇒ Object
Returns the value of attribute mean
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def mean @mean end |
#min ⇒ Object
Returns the value of attribute min
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def min @min end |
#stddev ⇒ Object
Returns the value of attribute stddev
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def stddev @stddev end |
#total ⇒ Object
Returns the value of attribute total
57 58 59 |
# File 'lib/roby/test/tools.rb', line 57 def total @total end |