Method: Fog::Compute::Libvirt::Networks#get

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

#get(uuid) ⇒ Object



37
38
39
# File 'lib/fog/libvirt/models/compute/networks.rb', line 37

def get(uuid)
  self.all(:uuid => uuid).first
end