Methods

Files

Class/Module Index [+]

Quicksearch

Fog::Compute::Slicehost::Images

Public Instance Methods

all() click to toggle source
# File lib/fog/slicehost/models/compute/images.rb, line 12
def all
  data = connection.get_images.body['images']
  load(data)
end
get(image_id) click to toggle source
# File lib/fog/slicehost/models/compute/images.rb, line 17
def get(image_id)
  connection.get_image(image_id)
rescue Excon::Errors::Forbidden
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.