Method: Fog::OpenStack::Compute::Snapshots#summary
- Defined in:
- lib/fog/openstack/compute/models/snapshots.rb
#summary(options = {}) ⇒ Object
23 24 25 |
# File 'lib/fog/openstack/compute/models/snapshots.rb', line 23 def summary( = {}) load_response(service.list_snapshots(), 'snapshots') end |