Class: Roby::Test::Stat

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

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def count
  @count
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def max
  @max
end

#meanObject

Returns the value of attribute mean

Returns:

  • (Object)

    the current value of mean



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def mean
  @mean
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def min
  @min
end

#stddevObject

Returns the value of attribute stddev

Returns:

  • (Object)

    the current value of stddev



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def stddev
  @stddev
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



59
60
61
# File 'lib/roby/test/tools.rb', line 59

def total
  @total
end