Method: Hookit::Resource::Scp#run

Defined in:
lib/hookit/resource/scp.rb

#run(action) ⇒ Object



26
27
28
29
30
31
# File 'lib/hookit/resource/scp.rb', line 26

def run(action)
  case action
  when :copy
    copy!
  end
end