Sha256: 7cf83cfdfc7a3c3f544ec8017b6265aea0fa0ea9977a219cdfae4ec0a8702d07
Contents?: true
Size: 382 Bytes
Versions: 23
Compression:
Stored size: 382 Bytes
Contents
module Fog module Compute class Serverlove class Real def update_server(identifier, options) return nil if identifier.nil? || identifier == "" return nil if options.empty? || options.nil? request(:method => "post", :path => "/servers/#{identifier}/set", :expects => 200, :options => options) end end end end end
Version data entries
23 entries across 21 versions & 6 rubygems