class VagrantPlugins::ProviderLibvirt::Cap::Snapshots

Public Class Methods

snapshot_list(machine) click to toggle source
# File lib/vagrant-libvirt/cap/snapshots.rb, line 5
def self.snapshot_list(machine)
  return if machine.state.id == :not_created
  machine.provider.driver.list_snapshots(machine)
end