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