Exception: Integrative::Errors::IntegratorError
- Inherits:
-
StandardError
- Object
- StandardError
- Integrative::Errors::IntegratorError
- Defined in:
- lib/integrative/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#integration ⇒ Object
Returns the value of attribute integration.
Instance Method Summary collapse
-
#initialize(message, integrator) ⇒ IntegratorError
constructor
A new instance of IntegratorError.
Constructor Details
#initialize(message, integrator) ⇒ IntegratorError
Returns a new instance of IntegratorError.
52 53 54 55 |
# File 'lib/integrative/errors.rb', line 52 def initialize(, integrator) @integrator = integrator super() end |
Instance Attribute Details
#integration ⇒ Object
Returns the value of attribute integration.
50 51 52 |
# File 'lib/integrative/errors.rb', line 50 def integration @integration end |