Class: RSpecTelemetry::FactoryComparison::FactoryStat

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

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



7
8
9
# File 'lib/rspec_telemetry/factory_comparison.rb', line 7

def count
  @count
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



7
8
9
# File 'lib/rspec_telemetry/factory_comparison.rb', line 7

def duration_ms
  @duration_ms
end