Class: SignalWire::REST::Namespaces::FaxLogs
- Inherits:
-
BaseResource
- Object
- BaseResource
- SignalWire::REST::Namespaces::FaxLogs
- Defined in:
- lib/signalwire/rest/namespaces/logs.rb
Overview
Fax 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
25 |
# File 'lib/signalwire/rest/namespaces/logs.rb', line 25 def get(log_id) = @http.get(_path(log_id)) |
#list(**params) ⇒ Object
24 |
# File 'lib/signalwire/rest/namespaces/logs.rb', line 24 def list(**params) = @http.get(@base_path, params.empty? ? nil : params) |