Class: RubyODE::SequenceUseCase
- Inherits:
-
Object
- Object
- RubyODE::SequenceUseCase
- Defined in:
- lib/ruby_ode/runtime.rb
Instance Method Summary collapse
-
#initialize(step:) ⇒ SequenceUseCase
constructor
A new instance of SequenceUseCase.
- #process(values) ⇒ Object
Constructor Details
#initialize(step:) ⇒ SequenceUseCase
Returns a new instance of SequenceUseCase.
81 82 83 |
# File 'lib/ruby_ode/runtime.rb', line 81 def initialize(step:) @step = step end |