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
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def count @count end |
#max ⇒ Object
Returns the value of attribute max
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def max @max end |
#mean ⇒ Object
Returns the value of attribute mean
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def mean @mean end |
#min ⇒ Object
Returns the value of attribute min
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def min @min end |
#stddev ⇒ Object
Returns the value of attribute stddev
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def stddev @stddev end |
#total ⇒ Object
Returns the value of attribute total
53 54 55 |
# File 'lib/roby/test/tools.rb', line 53 def total @total end |