Class: Trailblazer::Operation::Nested::Caller

Inherits:
Object
  • Object
show all
Includes:
Element
Defined in:
lib/trailblazer/operation/nested.rb

Overview

Is executed at runtime and calls the nested operation.

Direct Known Subclasses

Dynamic

Defined Under Namespace

Classes: Dynamic

Instance Method Summary collapse

Methods included from Element

#initialize

Instance Method Details

#call(input, options, options_for_nested) ⇒ Object



55
56
57
# File 'lib/trailblazer/operation/nested.rb', line 55

def call(input, options, options_for_nested)
  call_nested(nested(input, options), options_for_nested)
end