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