Class: Fog::Compute::Fogdocker::Images

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/fogdocker/models/compute/images.rb

Instance Method Summary collapse

Instance Method Details

#all(filters = {}) ⇒ Object



12
13
14
# File 'lib/fog/fogdocker/models/compute/images.rb', line 12

def all(filters = {})
  load service.image_all(filters)
end

#get(id) ⇒ Object



16
17
18
# File 'lib/fog/fogdocker/models/compute/images.rb', line 16

def get(id)
  new service.image_get(id)
end