Sha256: b9c42a728d576df4843b0418736a546ddc4c2479b57cad4e619c5b15730e6540
Contents?: true
Size: 523 Bytes
Versions: 39
Compression:
Stored size: 523 Bytes
Contents
module Fog module Compute class Bluebox class Real # Get list of locations # # ==== Returns # * response<~Excon::Response>: # * body<~Array>: # * 'id'<~String> - UUID of the location # * 'description'<~String> - Description of the location def get_locations request( :expects => 200, :method => 'GET', :path => 'api/locations.json' ) end end end end end
Version data entries
39 entries across 37 versions & 5 rubygems