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