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.



40
41
42
# File 'lib/a_r_q_logger.rb', line 40

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



39
40
41
# File 'lib/a_r_q_logger.rb', line 39

def count
  @count
end

#msecObject

Returns the value of attribute msec

Returns:

  • (Object)

    the current value of msec



39
40
41
# File 'lib/a_r_q_logger.rb', line 39

def msec
  @msec
end