Class: VagrantBoxVersion::Command

Inherits:
Object
  • Object
show all
Includes:
VersionChecking
Defined in:
lib/vagrant_box_version/command.rb

Instance Method Summary collapse

Methods included from VersionChecking

#check, #local_version, #remote_version

Instance Method Details

#executeObject



8
9
10
11
12
13
14
# File 'lib/vagrant_box_version/command.rb', line 8

def execute
  ui = @env.ui

  with_target_vms() do |machine|
    check(machine, ui)
  end
end