Class: Vapi::Log
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
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 |