Class: RubyODE::ErrorOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_ode/runtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorObject (readonly)

Returns the value of attribute error.



11
12
13
# File 'lib/ruby_ode/runtime.rb', line 11

def error
  @error
end