Class: Roby::Test::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/test/tools.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def count
  @count
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def max
  @max
end

#meanObject

Returns the value of attribute mean

Returns:

  • (Object)

    the current value of mean



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def mean
  @mean
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def min
  @min
end

#stddevObject

Returns the value of attribute stddev

Returns:

  • (Object)

    the current value of stddev



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def stddev
  @stddev
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



57
58
59
# File 'lib/roby/test/tools.rb', line 57

def total
  @total
end