# File lib/fog/ecloud/models/compute/detached_disks.rb, line 12defalldata = service.get_detached_disks(href).body[:DetachedDisk]
data = [] ifdata.nil?load(data)
end
get(uri)click to toggle source
# File lib/fog/ecloud/models/compute/detached_disks.rb, line 18defget(uri)
data = service.get_detached_disk(uri).bodynew(data)
rescueFog::Errors::NotFoundnilend