Class: ARQLogger::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/a_r_q_logger.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count:, msec:) ⇒ Result

Returns a new instance of Result.



27
28
29
# File 'lib/a_r_q_logger.rb', line 27

def initialize(count:, msec:)
  super(count, msec)
end

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



26
27
28
# File 'lib/a_r_q_logger.rb', line 26

def count
  @count
end

#msecObject

Returns the value of attribute msec

Returns:

  • (Object)

    the current value of msec



26
27
28
# File 'lib/a_r_q_logger.rb', line 26

def msec
  @msec
end