Class: RSpec::RetryGateDecision

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.

Returns:

  • (Boolean)


375
376
377
# File 'sig/rspec/rewind.rbs', line 375

def allowed
  @allowed
end

#budget_decisionBudgetDecision?

Returns the value of attribute budget_decision.

Returns:



378
379
380
# File 'sig/rspec/rewind.rbs', line 378

def budget_decision
  @budget_decision
end

#policy_decisionRetryDecisionResult?

Returns the value of attribute policy_decision.

Returns:



377
378
379
# File 'sig/rspec/rewind.rbs', line 377

def policy_decision
  @policy_decision
end

#reasonSymbol

Returns the value of attribute reason.

Returns:

  • (Symbol)


376
377
378
# File 'sig/rspec/rewind.rbs', line 376

def reason
  @reason
end

Instance Method Details

#allowed?Boolean

Returns:

  • (Boolean)


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

def allowed?: () -> bool