Method: Fog::SharedFileSystem::OpenStack::Real#get_limits

Defined in:
lib/fog/shared_file_system/openstack/requests/get_limits.rb

#get_limitsObject



5
6
7
8
9
10
11
# File 'lib/fog/shared_file_system/openstack/requests/get_limits.rb', line 5

def get_limits
  request(
    :expects => 200,
    :method  => 'GET',
    :path    => 'limits'
  )
end