Class: SignalWire::REST::Namespaces::ConferenceLogs
- Inherits:
-
BaseResource
- Object
- BaseResource
- SignalWire::REST::Namespaces::ConferenceLogs
- Defined in:
- lib/signalwire/rest/namespaces/logs.rb
Overview
Conference log queries.
Instance Method Summary collapse
Methods inherited from BaseResource
Constructor Details
This class inherits a constructor from SignalWire::REST::BaseResource
Instance Method Details
#list(**params) ⇒ Object
30 |
# File 'lib/signalwire/rest/namespaces/logs.rb', line 30 def list(**params) = @http.get(@base_path, params.empty? ? nil : params) |