Class: RSpecTelemetry::Analyzer::FileStat

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

Instance Attribute Summary collapse

Instance Attribute Details

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



24
25
26
# File 'lib/rspec_telemetry/analyzer.rb', line 24

def duration_ms
  @duration_ms
end

#example_countObject

Returns the value of attribute example_count

Returns:

  • (Object)

    the current value of example_count



24
25
26
# File 'lib/rspec_telemetry/analyzer.rb', line 24

def example_count
  @example_count
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



24
25
26
# File 'lib/rspec_telemetry/analyzer.rb', line 24

def file_path
  @file_path
end