Class: ARQLogger::Result
- Inherits:
-
Struct
- Object
- Struct
- ARQLogger::Result
- Defined in:
- lib/a_r_q_logger.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#instances ⇒ Object
Returns the value of attribute instances.
-
#msec ⇒ Object
Returns the value of attribute msec.
Instance Method Summary collapse
-
#initialize(count:, msec:, instances:) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(count:, msec:, instances:) ⇒ Result
Returns a new instance of Result.
49 50 51 |
# File 'lib/a_r_q_logger.rb', line 49 def initialize(count:, msec:, instances:) super(count, msec, instances) end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
48 49 50 |
# File 'lib/a_r_q_logger.rb', line 48 def count @count end |
#instances ⇒ Object
Returns the value of attribute instances
48 49 50 |
# File 'lib/a_r_q_logger.rb', line 48 def instances @instances end |
#msec ⇒ Object
Returns the value of attribute msec
48 49 50 |
# File 'lib/a_r_q_logger.rb', line 48 def msec @msec end |