Class: VagrantPlugins::Cloudcenter::Command::Sync

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-cloudcenter/command/sync.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.synopsisObject



13
14
15
# File 'lib/vagrant-cloudcenter/command/sync.rb', line 13

def self.synopsis
  "Sync files from host to guest"
end

Instance Method Details

#executeObject



17
18
19
20
21
22
23
# File 'lib/vagrant-cloudcenter/command/sync.rb', line 17

def execute

  with_target_vms() do |machine|
    machine.action(:sync)
  end
 
end