Module: Millionsend::Deliverability

Defined in:
lib/millionsend/deliverability.rb

Overview

Account-level deliverability score over the trailing window (scores are 0-10, one decimal; null means not enough data).

Class Method Summary collapse

Class Method Details

.getObject

GET /deliverability



9
10
11
# File 'lib/millionsend/deliverability.rb', line 9

def get
  Millionsend::Request.new(method: :get, path: "/deliverability").perform
end