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