Sha256: 9a3c7a2a4d3495a72428e8bcc89d407cb434453789f0373edaa8a66472c00194
Contents?: true
Size: 385 Bytes
Versions: 74
Compression:
Stored size: 385 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
74 entries across 74 versions & 11 rubygems