# File lib/fog/compute/openstack/requests/get_limits.rb, line 7 def get_limits(options = {}) request( :expects => 200, :method => 'GET', :path => '/limits', :query => options ) end