Sha256: 154058c15bfb9e3220c743b17474e7322eb47e2758efc36bd92f87a260d30142
Contents?: true
Size: 380 Bytes
Versions: 23
Compression:
Stored size: 380 Bytes
Contents
module Fog module Compute class Serverlove class Real def update_image(identifier, options) return nil if identifier.nil? || identifier == "" return nil if options.empty? || options.nil? request(:method => "post", :path => "/drives/#{identifier}/set", :expects => 200, :options => options) end end end end end
Version data entries
23 entries across 21 versions & 6 rubygems