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