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



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def count
  @count
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def max
  @max
end

#meanObject

Returns the value of attribute mean

Returns:

  • (Object)

    the current value of mean



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def mean
  @mean
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def min
  @min
end

#stddevObject

Returns the value of attribute stddev

Returns:

  • (Object)

    the current value of stddev



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def stddev
  @stddev
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



53
54
55
# File 'lib/roby/test/tools.rb', line 53

def total
  @total
end