Class: RSpec::RetryGateDecision
- Inherits:
-
Struct
- Object
- Struct
- RSpec::RetryGateDecision
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#allowed ⇒ Boolean
Returns the value of attribute allowed.
-
#budget_decision ⇒ BudgetDecision?
Returns the value of attribute budget_decision.
-
#policy_decision ⇒ RetryDecisionResult?
Returns the value of attribute policy_decision.
-
#reason ⇒ Symbol
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Boolean
Returns the value of attribute allowed.
375 376 377 |
# File 'sig/rspec/rewind.rbs', line 375 def allowed @allowed end |
#budget_decision ⇒ BudgetDecision?
Returns the value of attribute budget_decision.
378 379 380 |
# File 'sig/rspec/rewind.rbs', line 378 def budget_decision @budget_decision end |
#policy_decision ⇒ RetryDecisionResult?
Returns the value of attribute policy_decision.
377 378 379 |
# File 'sig/rspec/rewind.rbs', line 377 def policy_decision @policy_decision end |
#reason ⇒ Symbol
Returns the value of attribute reason.
376 377 378 |
# File 'sig/rspec/rewind.rbs', line 376 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
379 |
# File 'sig/rspec/rewind.rbs', line 379 def allowed?: () -> bool |