Sha256: b4f452d649776f7fefbbb6299ada69b785c9359274e19a2e23037e84ced1de1a
Contents?: true
Size: 427 Bytes
Versions: 39
Compression:
Stored size: 427 Bytes
Contents
module Fog module Identity class OpenStack class V3 class Real def update_endpoint(id, endpoint) request( :expects => [200], :method => 'PATCH', :path => "endpoints/#{id}", :body => Fog::JSON.encode(:endpoint => endpoint) ) end end class Mock end end end end end
Version data entries
39 entries across 37 versions & 3 rubygems