Class: Fog::Compute::Clodo::Images
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::Clodo::Images
- Defined in:
- lib/fog/clodo/models/compute/images.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/clodo/models/compute/images.rb', line 10 def all data = service.list_images_detail.body['images'] load(data) end |