Sha256: 89644c3f990a1daadd75f57aab441781c14c4368d23ba4acf52c7e24267ba3ef
Contents?: true
Size: 393 Bytes
Versions: 12
Compression:
Stored size: 393 Bytes
Contents
module Fog module Brightbox class Compute class Real def create_cloud_ip(options = {}) request( :expects => [201], :method => 'POST', :path => "/1.0/cloud_ips", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems