Class: RSpec::Event
- Inherits:
-
Object
- Object
- RSpec::Event
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#actual_sleep_seconds ⇒ Numeric?
readonly
Returns the value of attribute actual_sleep_seconds.
-
#attempt ⇒ Integer
readonly
Returns the value of attribute attempt.
-
#attempt_durations ⇒ Array[Numeric]?
readonly
Returns the value of attribute attempt_durations.
-
#budget_limit ⇒ Integer?
readonly
Returns the value of attribute budget_limit.
-
#budget_remaining ⇒ Integer, ...
readonly
Returns the value of attribute budget_remaining.
-
#budget_used ⇒ Integer?
readonly
Returns the value of attribute budget_used.
-
#decision_reason ⇒ Symbol?
readonly
Returns the value of attribute decision_reason.
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#duration ⇒ Numeric
readonly
Returns the value of attribute duration.
-
#example_id ⇒ String
readonly
Returns the value of attribute example_id.
-
#exception_backtrace_top ⇒ String?
readonly
Returns the value of attribute exception_backtrace_top.
-
#exception_class ⇒ String?
readonly
Returns the value of attribute exception_class.
-
#exception_message ⇒ String?
readonly
Returns the value of attribute exception_message.
-
#failure_fingerprint ⇒ String?
readonly
Returns the value of attribute failure_fingerprint.
-
#first_failure_duration ⇒ Numeric?
readonly
Returns the value of attribute first_failure_duration.
-
#location ⇒ String
readonly
Returns the value of attribute location.
-
#matched_retry_on ⇒ String?
readonly
Returns the value of attribute matched_retry_on.
-
#matched_skip_retry_on ⇒ String?
readonly
Returns the value of attribute matched_skip_retry_on.
-
#matcher_error ⇒ String?
readonly
Returns the value of attribute matcher_error.
-
#max_attempts ⇒ Integer?
readonly
Returns the value of attribute max_attempts.
-
#metadata ⇒ Hash[Symbol, untyped]?
readonly
Returns the value of attribute metadata.
-
#retries ⇒ Integer
readonly
Returns the value of attribute retries.
-
#retry_reason ⇒ Symbol?
readonly
Returns the value of attribute retry_reason.
-
#scheduled_sleep_seconds ⇒ Numeric?
readonly
Returns the value of attribute scheduled_sleep_seconds.
-
#schema_version ⇒ Integer
readonly
Returns the value of attribute schema_version.
-
#sleep_seconds ⇒ Numeric
readonly
Returns the value of attribute sleep_seconds.
-
#sleep_total ⇒ Numeric?
readonly
Returns the value of attribute sleep_total.
-
#status ⇒ Symbol
readonly
Returns the value of attribute status.
-
#timestamp ⇒ String
readonly
Returns the value of attribute timestamp.
-
#total_duration ⇒ Numeric?
readonly
Returns the value of attribute total_duration.
Instance Method Summary collapse
-
#initialize ⇒ Event
constructor
A new instance of Event.
- #to_h ⇒ Hash[Symbol, untyped]
Constructor Details
#initialize ⇒ Event
Returns a new instance of Event.
218 |
# File 'sig/rspec/rewind.rbs', line 218
def initialize: (**untyped) -> void
|
Instance Attribute Details
#actual_sleep_seconds ⇒ Numeric? (readonly)
Returns the value of attribute actual_sleep_seconds.
207 208 209 |
# File 'sig/rspec/rewind.rbs', line 207 def actual_sleep_seconds @actual_sleep_seconds end |
#attempt ⇒ Integer (readonly)
Returns the value of attribute attempt.
194 195 196 |
# File 'sig/rspec/rewind.rbs', line 194 def attempt @attempt end |
#attempt_durations ⇒ Array[Numeric]? (readonly)
Returns the value of attribute attempt_durations.
203 204 205 |
# File 'sig/rspec/rewind.rbs', line 203 def attempt_durations @attempt_durations end |
#budget_limit ⇒ Integer? (readonly)
Returns the value of attribute budget_limit.
210 211 212 |
# File 'sig/rspec/rewind.rbs', line 210 def budget_limit @budget_limit end |
#budget_remaining ⇒ Integer, ... (readonly)
Returns the value of attribute budget_remaining.
212 213 214 |
# File 'sig/rspec/rewind.rbs', line 212 def budget_remaining @budget_remaining end |
#budget_used ⇒ Integer? (readonly)
Returns the value of attribute budget_used.
211 212 213 |
# File 'sig/rspec/rewind.rbs', line 211 def budget_used @budget_used end |
#decision_reason ⇒ Symbol? (readonly)
Returns the value of attribute decision_reason.
190 191 192 |
# File 'sig/rspec/rewind.rbs', line 190 def decision_reason @decision_reason end |
#description ⇒ String (readonly)
Returns the value of attribute description.
192 193 194 |
# File 'sig/rspec/rewind.rbs', line 192 def description @description end |
#duration ⇒ Numeric (readonly)
Returns the value of attribute duration.
201 202 203 |
# File 'sig/rspec/rewind.rbs', line 201 def duration @duration end |
#example_id ⇒ String (readonly)
Returns the value of attribute example_id.
191 192 193 |
# File 'sig/rspec/rewind.rbs', line 191 def example_id @example_id end |
#exception_backtrace_top ⇒ String? (readonly)
Returns the value of attribute exception_backtrace_top.
199 200 201 |
# File 'sig/rspec/rewind.rbs', line 199 def exception_backtrace_top @exception_backtrace_top end |
#exception_class ⇒ String? (readonly)
Returns the value of attribute exception_class.
197 198 199 |
# File 'sig/rspec/rewind.rbs', line 197 def exception_class @exception_class end |
#exception_message ⇒ String? (readonly)
Returns the value of attribute exception_message.
198 199 200 |
# File 'sig/rspec/rewind.rbs', line 198 def @exception_message end |
#failure_fingerprint ⇒ String? (readonly)
Returns the value of attribute failure_fingerprint.
200 201 202 |
# File 'sig/rspec/rewind.rbs', line 200 def failure_fingerprint @failure_fingerprint end |
#first_failure_duration ⇒ Numeric? (readonly)
Returns the value of attribute first_failure_duration.
204 205 206 |
# File 'sig/rspec/rewind.rbs', line 204 def first_failure_duration @first_failure_duration end |
#location ⇒ String (readonly)
Returns the value of attribute location.
193 194 195 |
# File 'sig/rspec/rewind.rbs', line 193 def location @location end |
#matched_retry_on ⇒ String? (readonly)
Returns the value of attribute matched_retry_on.
213 214 215 |
# File 'sig/rspec/rewind.rbs', line 213 def matched_retry_on @matched_retry_on end |
#matched_skip_retry_on ⇒ String? (readonly)
Returns the value of attribute matched_skip_retry_on.
214 215 216 |
# File 'sig/rspec/rewind.rbs', line 214 def matched_skip_retry_on @matched_skip_retry_on end |
#matcher_error ⇒ String? (readonly)
Returns the value of attribute matcher_error.
215 216 217 |
# File 'sig/rspec/rewind.rbs', line 215 def matcher_error @matcher_error end |
#max_attempts ⇒ Integer? (readonly)
Returns the value of attribute max_attempts.
196 197 198 |
# File 'sig/rspec/rewind.rbs', line 196 def max_attempts @max_attempts end |
#metadata ⇒ Hash[Symbol, untyped]? (readonly)
Returns the value of attribute metadata.
216 217 218 |
# File 'sig/rspec/rewind.rbs', line 216 def @metadata end |
#retries ⇒ Integer (readonly)
Returns the value of attribute retries.
195 196 197 |
# File 'sig/rspec/rewind.rbs', line 195 def retries @retries end |
#retry_reason ⇒ Symbol? (readonly)
Returns the value of attribute retry_reason.
189 190 191 |
# File 'sig/rspec/rewind.rbs', line 189 def retry_reason @retry_reason end |
#scheduled_sleep_seconds ⇒ Numeric? (readonly)
Returns the value of attribute scheduled_sleep_seconds.
206 207 208 |
# File 'sig/rspec/rewind.rbs', line 206 def scheduled_sleep_seconds @scheduled_sleep_seconds end |
#schema_version ⇒ Integer (readonly)
Returns the value of attribute schema_version.
187 188 189 |
# File 'sig/rspec/rewind.rbs', line 187 def schema_version @schema_version end |
#sleep_seconds ⇒ Numeric (readonly)
Returns the value of attribute sleep_seconds.
205 206 207 |
# File 'sig/rspec/rewind.rbs', line 205 def sleep_seconds @sleep_seconds end |
#sleep_total ⇒ Numeric? (readonly)
Returns the value of attribute sleep_total.
208 209 210 |
# File 'sig/rspec/rewind.rbs', line 208 def sleep_total @sleep_total end |
#status ⇒ Symbol (readonly)
Returns the value of attribute status.
188 189 190 |
# File 'sig/rspec/rewind.rbs', line 188 def status @status end |
#timestamp ⇒ String (readonly)
Returns the value of attribute timestamp.
209 210 211 |
# File 'sig/rspec/rewind.rbs', line 209 def @timestamp end |
#total_duration ⇒ Numeric? (readonly)
Returns the value of attribute total_duration.
202 203 204 |
# File 'sig/rspec/rewind.rbs', line 202 def total_duration @total_duration end |
Instance Method Details
#to_h ⇒ Hash[Symbol, untyped]
219 |
# File 'sig/rspec/rewind.rbs', line 219
def to_h: () -> Hash[Symbol, untyped]
|