Method: Fog::Compute::Libvirt::Pools#get

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

#get(uuid) ⇒ Object

[View source]

16
17
18
# File 'lib/fog/libvirt/models/compute/pools.rb', line 16

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