Class: RSpec::RetryDecisionResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#allowedBoolean

Returns the value of attribute allowed.



234
235
236
# File 'sig/rspec/rewind.rbs', line 234

def allowed
  @allowed
end

#matched_retry_onString?

Returns the value of attribute matched_retry_on.



236
237
238
# File 'sig/rspec/rewind.rbs', line 236

def matched_retry_on
  @matched_retry_on
end

#matched_skip_retry_onString?

Returns the value of attribute matched_skip_retry_on.



237
238
239
# File 'sig/rspec/rewind.rbs', line 237

def matched_skip_retry_on
  @matched_skip_retry_on
end

#matcher_errorString?

Returns the value of attribute matcher_error.



238
239
240
# File 'sig/rspec/rewind.rbs', line 238

def matcher_error
  @matcher_error
end

#reasonSymbol

Returns the value of attribute reason.



235
236
237
# File 'sig/rspec/rewind.rbs', line 235

def reason
  @reason
end

Instance Method Details

#allowed?Boolean



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

def allowed?: () -> bool