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