Class: RSpec::FlakyReporter::JsonlReporter
- Inherits:
-
Object
- Object
- RSpec::FlakyReporter::JsonlReporter
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#path ⇒ String
readonly
Returns the value of attribute path.
Instance Method Summary collapse
- #close ⇒ void
- #flush ⇒ void
-
#initialize ⇒ JsonlReporter
constructor
A new instance of JsonlReporter.
- #record ⇒ void
Constructor Details
#initialize ⇒ JsonlReporter
Returns a new instance of JsonlReporter.
179 |
# File 'sig/rspec/rewind.rbs', line 179 def initialize: (String path) -> void |
Instance Attribute Details
#path ⇒ String (readonly)
Returns the value of attribute path.
178 179 180 |
# File 'sig/rspec/rewind.rbs', line 178 def path @path end |
Instance Method Details
#close ⇒ void
This method returns an undefined value.
182 |
# File 'sig/rspec/rewind.rbs', line 182 def close: () -> void |
#flush ⇒ void
This method returns an undefined value.
181 |
# File 'sig/rspec/rewind.rbs', line 181 def flush: () -> void |
#record ⇒ void
This method returns an undefined value.
180 |
# File 'sig/rspec/rewind.rbs', line 180 def record: (Event event) -> void |