Fog::Collection
# File lib/fog/digitalocean/models/compute/images.rb, line 11 def all load service.list_images.body['images'] end
# File lib/fog/digitalocean/models/compute/images.rb, line 15 def get(id) all.find { |f| f.id == id } rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.