class VagrantPlugins::ProviderLibvirt::Cap::Snapshots
Public Class Methods
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 end