Sha256: 4669141035b9ea46580df030506a74b33bcacb92ccd80e98a11803f0e7f652cb
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
module Fog module Brightbox class Compute class Real def list_zones(options = {}) request( :expects => [200], :method => 'GET', :path => "/1.0/zones", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems