Class: RSpecTelemetry::Analyzer::Example

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



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def duration_ms
  @duration_ms
end

#example_idObject

Returns the value of attribute example_id

Returns:

  • (Object)

    the current value of example_id



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def example_id
  @example_id
end

#fb_countObject

Returns the value of attribute fb_count

Returns:

  • (Object)

    the current value of fb_count



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def fb_count
  @fb_count
end

#fb_self_total_msObject

Returns the value of attribute fb_self_total_ms

Returns:

  • (Object)

    the current value of 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_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def file_path
  @file_path
end

#full_descriptionObject

Returns the value of attribute full_description

Returns:

  • (Object)

    the current value of full_description



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def full_description
  @full_description
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def line_number
  @line_number
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/rspec_telemetry/analyzer.rb', line 8

def status
  @status
end