Method: Fog::Identity::HuaweiCloud::V3::Real#auth_projects
- Defined in:
- lib/fog/identity/huaweicloud/v3/requests/auth_projects.rb
#auth_projects(options = {}) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/fog/identity/huaweicloud/v3/requests/auth_projects.rb', line 6 def auth_projects( = {}) request( :expects => [200], :method => 'GET', :path => "auth/projects", :query => ) end |