Class: Tomba::Usage

Inherits:
Service show all
Defined in:
lib/tomba/services/usage.rb

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from Tomba::Service

Instance Method Details

#get_usageObject



4
5
6
7
8
9
10
11
12
# File 'lib/tomba/services/usage.rb', line 4

def get_usage()
    path = '/usage'

    params = {}

    return @client.call('get', path, {
        'content-type' => 'application/json',
    }, params);
end