Method: Fog::Image::OpenStack::V2::Images#summary
- Defined in:
- lib/fog/image/openstack/v2/models/images.rb
#summary(options = {}) ⇒ Object
15 16 17 |
# File 'lib/fog/image/openstack/v2/models/images.rb', line 15 def summary( = {}) load_response(service.list_images(), 'images') end |