Class: RSpecTelemetry::Summary::ExampleStat
- Inherits:
-
Struct
- Object
- Struct
- RSpecTelemetry::Summary::ExampleStat
- Defined in:
- lib/rspec_telemetry/summary.rb
Instance Attribute Summary collapse
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#example_id ⇒ Object
Returns the value of attribute example_id.
-
#factory_bot_count ⇒ Object
Returns the value of attribute factory_bot_count.
-
#factory_bot_total_ms ⇒ Object
Returns the value of attribute factory_bot_total_ms.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def duration_ms @duration_ms end |
#example_id ⇒ Object
Returns the value of attribute example_id
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def example_id @example_id end |
#factory_bot_count ⇒ Object
Returns the value of attribute factory_bot_count
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def factory_bot_count @factory_bot_count end |
#factory_bot_total_ms ⇒ Object
Returns the value of attribute factory_bot_total_ms
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def factory_bot_total_ms @factory_bot_total_ms end |
#file_path ⇒ Object
Returns the value of attribute file_path
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def file_path @file_path end |
#line_number ⇒ Object
Returns the value of attribute line_number
7 8 9 |
# File 'lib/rspec_telemetry/summary.rb', line 7 def line_number @line_number end |