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