class Fog::Libvirt::Compute::Interfaces
Public Instance Methods
Source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 10 def all(filter={}) load(service.list_interfaces(filter)) end
Source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 14 def get(name) self.all(:name => name).first end