Class: Tomba::Logs
Instance Method Summary collapse
Methods inherited from Service
Constructor Details
This class inherits a constructor from Tomba::Service
Instance Method Details
#get_logs ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/tomba/services/logs.rb', line 4 def get_logs() path = '/logs' params = {} return @client.call('get', path, { 'content-type' => 'application/json', }, params); end |