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