Class: MisarReach::DeliverabilityResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/misar_reach/client.rb

Overview

── Resource: Deliverability ─────────────────────────────────────────────────

Instance Method Summary collapse

Methods inherited from Resource

#initialize

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