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

Inherits:
Trailblazer::Operation::Nested::Caller show all
Includes:
Element::Dynamic
Defined in:
lib/trailblazer/operation/nested.rb

Instance Method Summary collapse

Methods included from Element::Dynamic

#initialize

Methods inherited from Trailblazer::Operation::Nested::Caller

#call

Methods included from Element

#initialize

Instance Method Details

#nested(input, options) ⇒ Object



63
64
65
# File 'lib/trailblazer/operation/nested.rb', line 63

def nested(input, options)
  @wrapped.(input, options)
end