Sha256: 41f51a3821ed9e80d442b2c338e1d95bd86ea5cfd686c607bc89caff8960d0ce
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
module Fog module Compute class Brightbox class Real def update_server_group(identifier, options) return nil if identifier.nil? || identifier == "" return nil if options.empty? || options.nil? request("put", "/1.0/server_groups/#{identifier}", [202]) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems