Sha256: 55c73ca10375fd68f6b2d3d53d1dcc930c3ae0da7f8251d33eed13f8c32e65c6
Contents?: true
Size: 427 Bytes
Versions: 20
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
20 entries across 20 versions & 3 rubygems