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