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