Class: MisarReach::DeliverabilityResource
- Defined in:
- lib/misar_reach/client.rb
Overview
── Resource: Deliverability ─────────────────────────────────────────────────
Instance Method Summary collapse
-
#get(params = {}) ⇒ Object
Sender health.
Methods inherited from Resource
Constructor Details
This class inherits a constructor from MisarReach::Resource
Instance Method Details
#get(params = {}) ⇒ Object
Sender health. bounceRate and complaintRate are nil when there is not
enough volume to judge — which is not the same as zero.
413 414 415 |
# File 'lib/misar_reach/client.rb', line 413 def get(params = {}) @client.request(:get, "/deliverability#{qs(params)}") end |