Exception: Ibex::Verify::BudgetExceeded
- Defined in:
- lib/ibex/verify/result.rb
Instance Attribute Summary collapse
-
#bounds ⇒ Object
readonly
: Hash[Symbol, Integer].
Instance Method Summary collapse
-
#initialize(message, bounds:) ⇒ BudgetExceeded
constructor
A new instance of BudgetExceeded.
Constructor Details
#initialize(message, bounds:) ⇒ BudgetExceeded
Returns a new instance of BudgetExceeded.
67 68 69 70 |
# File 'lib/ibex/verify/result.rb', line 67 def initialize(, bounds:) @bounds = bounds.dup.freeze super() end |
Instance Attribute Details
#bounds ⇒ Object (readonly)
: Hash[Symbol, Integer]
64 65 66 |
# File 'lib/ibex/verify/result.rb', line 64 def bounds @bounds end |