Class: RSpec::BudgetDecision
- Inherits:
-
Struct
- Object
- Struct
- RSpec::BudgetDecision
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#allowed ⇒ Boolean
Returns the value of attribute allowed.
-
#limit ⇒ Integer?
Returns the value of attribute limit.
-
#remaining ⇒ Integer, Float
Returns the value of attribute remaining.
-
#used ⇒ Integer
Returns the value of attribute used.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Boolean
Returns the value of attribute allowed.
135 136 137 |
# File 'sig/rspec/rewind.rbs', line 135 def allowed @allowed end |
#limit ⇒ Integer?
Returns the value of attribute limit.
136 137 138 |
# File 'sig/rspec/rewind.rbs', line 136 def limit @limit end |
#remaining ⇒ Integer, Float
Returns the value of attribute remaining.
138 139 140 |
# File 'sig/rspec/rewind.rbs', line 138 def remaining @remaining end |
#used ⇒ Integer
Returns the value of attribute used.
137 138 139 |
# File 'sig/rspec/rewind.rbs', line 137 def used @used end |
Instance Method Details
#allowed? ⇒ Boolean
139 |
# File 'sig/rspec/rewind.rbs', line 139
def allowed?: () -> bool
|