Method: Fog::Compute::Libvirt::Interfaces#all

Defined in:
lib/fog/libvirt/models/compute/interfaces.rb

#all(filter = {}) ⇒ Object


12
13
14
# File 'lib/fog/libvirt/models/compute/interfaces.rb', line 12

def all(filter={})
  load(connection.list_interfaces(filter))
end