Sha256: 21fda679ea0c34a4606c4bf8af4190fdef2bb59e2bc821fd6dcae97de3ddb3e8
Contents?: true
Size: 337 Bytes
Versions: 37
Compression:
Stored size: 337 Bytes
Contents
module Fog module Compute class Brightbox class Real def update_image(identifier, options) return nil if identifier.nil? || identifier == "" return nil if options.empty? || options.nil? request("put", "/1.0/images/#{identifier}", [200], options) end end end end end
Version data entries
37 entries across 37 versions & 11 rubygems