Class: RSpecTelemetry::Analyzer::Example
- Inherits:
-
Struct
- Object
- Struct
- RSpecTelemetry::Analyzer::Example
- Defined in:
- lib/rspec_telemetry/analyzer.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.
-
#fb_count ⇒ Object
Returns the value of attribute fb_count.
-
#fb_self_total_ms ⇒ Object
Returns the value of attribute fb_self_total_ms.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#full_description ⇒ Object
Returns the value of attribute full_description.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def duration_ms @duration_ms end |
#example_id ⇒ Object
Returns the value of attribute example_id
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def example_id @example_id end |
#fb_count ⇒ Object
Returns the value of attribute fb_count
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def fb_count @fb_count end |
#fb_self_total_ms ⇒ Object
Returns the value of attribute fb_self_total_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def fb_self_total_ms @fb_self_total_ms end |
#file_path ⇒ Object
Returns the value of attribute file_path
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def file_path @file_path end |
#full_description ⇒ Object
Returns the value of attribute full_description
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def full_description @full_description end |
#line_number ⇒ Object
Returns the value of attribute line_number
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def line_number @line_number end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def status @status end |