Class: RSpec::Rewind::BudgetDecision
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::BudgetDecision
- Defined in:
- lib/rspec/rewind/retry_budget.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
7 8 9 |
# File 'lib/rspec/rewind/retry_budget.rb', line 7 def allowed @allowed end |
#limit ⇒ Object
Returns the value of attribute limit
7 8 9 |
# File 'lib/rspec/rewind/retry_budget.rb', line 7 def limit @limit end |
#remaining ⇒ Object
Returns the value of attribute remaining
7 8 9 |
# File 'lib/rspec/rewind/retry_budget.rb', line 7 def remaining @remaining end |
#used ⇒ Object
Returns the value of attribute used
7 8 9 |
# File 'lib/rspec/rewind/retry_budget.rb', line 7 def used @used end |
Instance Method Details
#allowed? ⇒ Boolean
14 15 16 |
# File 'lib/rspec/rewind/retry_budget.rb', line 14 def allowed? allowed end |