Method: Fog::DNS::HuaweiCloud::V1::Real#get_quota

Defined in:
lib/fog/dns/huaweicloud/v1/requests/get_quota.rb

#get_quota(project_id) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/fog/dns/huaweicloud/v1/requests/get_quota.rb', line 6

def get_quota(project_id)
  request(
    :expects => 200,
    :method  => 'GET',
    :path    => "quotas/#{project_id}"
  )
end