Fog::Collection
# File lib/fog/libvirt/models/compute/volumes.rb, line 12 def all(filter = {}) load(service.list_volumes(filter)) end
# File lib/fog/libvirt/models/compute/volumes.rb, line 16 def get(key) self.all(:key => key).first end
[Validate]
Generated with the Darkfish Rdoc Generator 2.