Class: Vapi::Log

Inherits:
Base
  • Object
show all
Defined in:
lib/vapi/log.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Vapi::Base

Instance Method Details

#list(**params) ⇒ Object



5
6
7
# File 'lib/vapi/log.rb', line 5

def list(**params)
  client.get("/logs", params)
end