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