Method: Fog::HP::BlockStorage::Snapshots#all
- Defined in:
- lib/fog/hp/models/block_storage/snapshots.rb
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/hp/models/block_storage/snapshots.rb', line 10 def all data = service.list_snapshots.body['snapshots'] load(data) end |