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