Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::DetachedDisks

Public Instance Methods

all() click to toggle source
# 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
get(uri) click to toggle source
# File lib/fog/ecloud/models/compute/detached_disks.rb, line 18
def get(uri)
  data = service.get_detached_disk(uri).body
  new(data)
rescue Fog::Errors::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.