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