Sha256: ac497bb87b3175cece6e8e3aa30a2905d4e766285918e22a771e3b649ebbafe6
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
module Fog module Compute class Brightbox class Real def list_zones(options = {}) request( :expects => [200], :method => 'GET', :path => "/1.0/zones", :headers => {"Content-Type" => "application/json"}, :body => MultiJson.encode(options) ) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-0.10.0 | lib/fog/compute/requests/brightbox/list_zones.rb |