Class: Tomba::Account

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

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from Tomba::Service

Instance Method Details

#get_accountObject



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

def ()
    path = '/me'

    params = {}

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