Class: RSpec::FlakyReporter::JsonlReporter

Inherits:
Object
  • Object
show all
Defined in:
sig/rspec/rewind.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeJsonlReporter

Returns a new instance of JsonlReporter.

Parameters:

  • path (String)


179
# File 'sig/rspec/rewind.rbs', line 179

def initialize: (String path) -> void

Instance Attribute Details

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


178
179
180
# File 'sig/rspec/rewind.rbs', line 178

def path
  @path
end

Instance Method Details

#closevoid

This method returns an undefined value.



182
# File 'sig/rspec/rewind.rbs', line 182

def close: () -> void

#flushvoid

This method returns an undefined value.



181
# File 'sig/rspec/rewind.rbs', line 181

def flush: () -> void

#recordvoid

This method returns an undefined value.

Parameters:



180
# File 'sig/rspec/rewind.rbs', line 180

def record: (Event event) -> void