Ruby OCA: getting current user quotas

Hi everyone,

Does anyone know if it is possible to get quotas for the current user using ruby OCA and without retrieving the whole user pool. By current user I mean the one that is used to connect to OpenNebula:

client = Client.new(CREDENTIALS, ENDPOINT)

Hi,

The quotas are also included in the individual user information, see here for details.