Fog::Collection
# File lib/fog/fogdocker/models/compute/images.rb, line 10 def all(filters = {}) load service.image_all(filters) end
# File lib/fog/fogdocker/models/compute/images.rb, line 14 def get(id) new service.image_get(id) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.