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