Class: RSpecTelemetry::FactoryComparison::FactoryStat
- Inherits:
-
Struct
- Object
- Struct
- RSpecTelemetry::FactoryComparison::FactoryStat
- Defined in:
- lib/rspec_telemetry/factory_comparison.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
7 8 9 |
# File 'lib/rspec_telemetry/factory_comparison.rb', line 7 def count @count end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
7 8 9 |
# File 'lib/rspec_telemetry/factory_comparison.rb', line 7 def duration_ms @duration_ms end |