Method: Fog::Compute::StormOnDemand::Images#all

Defined in:
lib/fog/storm_on_demand/models/compute/images.rb

#allObject



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

def all
  data = connection.list_images.body['items']
  load(data)
end