Method: Dbox::Syncer::Push#delete_dir

Defined in:
lib/dbox/syncer.rb

#delete_dir(dir) ⇒ Object



599
600
601
602
# File 'lib/dbox/syncer.rb', line 599

def delete_dir(dir)
  remote_path = dir[:remote_path]
  api.delete_dir(remote_path)
end