Class: Fog::Compute::OpenStack::Snapshots
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::OpenStack::Snapshots
- Defined in:
- lib/fog/openstack/models/compute/snapshots.rb
Instance Method Summary collapse
Instance Method Details
#all(detailed = true) ⇒ Object
10 11 12 |
# File 'lib/fog/openstack/models/compute/snapshots.rb', line 10 def all(detailed=true) load(service.list_snapshots(detailed).body['snapshots']) end |