Class: Trailblazer::Operation::Nested::Options

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

Defined Under Namespace

Classes: Dynamic, Output

Instance Method Summary collapse

Methods included from Element

#initialize

Instance Method Details

#call(input, options) ⇒ Object

Per default, only runtime data for nested operation.



79
80
81
# File 'lib/trailblazer/operation/nested.rb', line 79

def call(input, options)
  options.to_runtime_data[0]
end