Class: Trailblazer::Operation::Nested::Caller
- Inherits:
-
Object
- Object
- Trailblazer::Operation::Nested::Caller
- Includes:
- Element
- Defined in:
- lib/trailblazer/operation/nested.rb
Overview
Is executed at runtime and calls the nested operation.
Direct Known Subclasses
Defined Under Namespace
Classes: Dynamic
Instance Method Summary collapse
Methods included from Element
Instance Method Details
#call(input, options, options_for_nested) ⇒ Object
49 50 51 |
# File 'lib/trailblazer/operation/nested.rb', line 49 def call(input, , ) call_nested(nested(input, ), ) end |