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