# File lib/fog/shared_file_system/openstack/requests/get_quota.rb, line 5 def get_quota(project_id) request( :expects => 200, :method => 'GET', :path => "#{action_prefix}quota-sets/#{project_id}" ) end