Sha256: a5e0c2f27c0779f96e8be99c784cef8fda4ff637dc6d0e174be2941fcdd12e4e
Contents?: true
Size: 415 Bytes
Versions: 20
Compression:
Stored size: 415 Bytes
Contents
module Fog module Identity class OpenStack class V3 class Real def list_user_projects(user_id) request( :expects => [200], :method => 'GET', :path => "users/#{user_id}/projects" ) end end class Mock def list_user_projects end end end end end end
Version data entries
20 entries across 20 versions & 3 rubygems