Sha256: f282584e08a7173a5fe5b13c25d5ff296c6892911efcdc7135a35f4c7b33097d
Contents?: true
Size: 333 Bytes
Versions: 13
Compression:
Stored size: 333 Bytes
Contents
module Fog module Monitoring class Rackspace class Real def update_entity(id, options) request( :body => JSON.encode(options), :expects => [204], :method => 'PUT', :path => "entities/#{id}" ) end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems