Class: RubyODE::ErrorOutput
- Inherits:
-
Object
- Object
- RubyODE::ErrorOutput
- Defined in:
- lib/ruby_ode/runtime.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(error) ⇒ ErrorOutput
constructor
A new instance of ErrorOutput.
Constructor Details
#initialize(error) ⇒ ErrorOutput
Returns a new instance of ErrorOutput.
13 14 15 |
# File 'lib/ruby_ode/runtime.rb', line 13 def initialize(error) @error = error end |
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
11 12 13 |
# File 'lib/ruby_ode/runtime.rb', line 11 def error @error end |