Class: RSpecTelemetry::Summary::ExampleStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec_telemetry/summary.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



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def duration_ms
  @duration_ms
end

#example_idObject

Returns the value of attribute example_id

Returns:

  • (Object)

    the current value of example_id



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def example_id
  @example_id
end

#factory_bot_countObject

Returns the value of attribute factory_bot_count

Returns:

  • (Object)

    the current value of factory_bot_count



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def factory_bot_count
  @factory_bot_count
end

#factory_bot_total_msObject

Returns the value of attribute factory_bot_total_ms

Returns:

  • (Object)

    the current value of factory_bot_total_ms



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def factory_bot_total_ms
  @factory_bot_total_ms
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def file_path
  @file_path
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



7
8
9
# File 'lib/rspec_telemetry/summary.rb', line 7

def line_number
  @line_number
end