Class: Roby::Test::Stat
Overview
rubocop:disable Lint/StructNewOverride
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
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def count @count end |
#max ⇒ Object
Returns the value of attribute max
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def max @max end |
#mean ⇒ Object
Returns the value of attribute mean
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def mean @mean end |
#min ⇒ Object
Returns the value of attribute min
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def min @min end |
#stddev ⇒ Object
Returns the value of attribute stddev
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def stddev @stddev end |
#total ⇒ Object
Returns the value of attribute total
59 60 61 |
# File 'lib/roby/test/tools.rb', line 59 def total @total end |