Sha256: ab514524cc55780d22b71d5e811abfa77b750decbaba8d1f2cea364e1c804018
Contents?: true
Size: 383 Bytes
Versions: 74
Compression:
Stored size: 383 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
74 entries across 74 versions & 11 rubygems