Class: Umwelt::Command::Convey
- Inherits:
-
Base
- Object
- Abstract::Interactor
- Base
- Umwelt::Command::Convey
- Defined in:
- lib/umwelt/command/convey.rb
Instance Method Summary collapse
Methods inherited from Abstract::Interactor
Instance Method Details
#call(phase_id:, semantic:, source:, target:) ⇒ Object
7 8 9 10 11 |
# File 'lib/umwelt/command/convey.rb', line 7 def call(phase_id:, semantic:, source:, target:) @written_paths = imprint( tree(source, phase_id), target, semantic ) end |