Class: Fog::Compute::ProfitBricks::Regions

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/profitbricks/models/compute/regions.rb

Instance Method Summary collapse

Instance Method Details

#allObject



9
10
11
# File 'lib/fog/profitbricks/models/compute/regions.rb', line 9

def all
  load(service.get_all_locations.body["getAllLocationsResponse"])
end

#get(id) ⇒ Object



13
14
15
16
# File 'lib/fog/profitbricks/models/compute/regions.rb', line 13

def get(id)
  region = service.get_location(id).body["getLocationResponse"]
  new(region)
end