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