Class: Umwelt::Command::Convey
- Inherits:
-
Object
- Object
- Umwelt::Command::Convey
- Includes:
- Hanami::Interactor
- Defined in:
- lib/umwelt/command/convey.rb
Instance Method Summary collapse
Instance Method Details
#call(phase_id:, semantic:, source:, target:) ⇒ Object
10 11 12 13 14 |
# File 'lib/umwelt/command/convey.rb', line 10 def call(phase_id:, semantic:, source:, target:) @result = imprint( tree(source, phase_id), target, semantic ) end |