Class: RSpecTelemetry::Analyzer::FileStat
- Inherits:
-
Struct
- Object
- Struct
- RSpecTelemetry::Analyzer::FileStat
- Defined in:
- lib/rspec_telemetry/analyzer.rb
Instance Attribute Summary collapse
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#example_count ⇒ Object
Returns the value of attribute example_count.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Attribute Details
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
20 21 22 |
# File 'lib/rspec_telemetry/analyzer.rb', line 20 def duration_ms @duration_ms end |
#example_count ⇒ Object
Returns the value of attribute example_count
20 21 22 |
# File 'lib/rspec_telemetry/analyzer.rb', line 20 def example_count @example_count end |
#file_path ⇒ Object
Returns the value of attribute file_path
20 21 22 |
# File 'lib/rspec_telemetry/analyzer.rb', line 20 def file_path @file_path end |