Class: Umwelt::Command::Convey

Inherits:
Base show all
Defined in:
lib/umwelt/command/convey.rb

Instance Method Summary collapse

Methods inherited from Abstract::Interactor

#prove

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