# File lib/fog/compute/ecloud/models/detached_disks.rb, line 11 def all data = service.get_detached_disks(href).body[:DetachedDisk] data = [] if data.nil? load(data) end