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



20
21
22
# File 'lib/rspec_telemetry/analyzer.rb', line 20

def duration_ms
  @duration_ms
end

#example_countObject

Returns the value of attribute example_count

Returns:

  • (Object)

    the current value of example_count



20
21
22
# File 'lib/rspec_telemetry/analyzer.rb', line 20

def example_count
  @example_count
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



20
21
22
# File 'lib/rspec_telemetry/analyzer.rb', line 20

def file_path
  @file_path
end