Class: RSpec::Rewind::RetryGateDecision
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::RetryGateDecision
- Defined in:
- lib/rspec/rewind/retry_gate.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#budget_decision ⇒ Object
Returns the value of attribute budget_decision.
-
#policy_decision ⇒ Object
Returns the value of attribute policy_decision.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
5 6 7 |
# File 'lib/rspec/rewind/retry_gate.rb', line 5 def allowed @allowed end |
#budget_decision ⇒ Object
Returns the value of attribute budget_decision
5 6 7 |
# File 'lib/rspec/rewind/retry_gate.rb', line 5 def budget_decision @budget_decision end |
#policy_decision ⇒ Object
Returns the value of attribute policy_decision
5 6 7 |
# File 'lib/rspec/rewind/retry_gate.rb', line 5 def policy_decision @policy_decision end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/rspec/rewind/retry_gate.rb', line 5 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
12 13 14 |
# File 'lib/rspec/rewind/retry_gate.rb', line 12 def allowed? allowed end |