Class: Payloop::API::Sentinel

Inherits:
Base
  • Object
show all
Defined in:
lib/payloop/api/sentinel.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Payloop::API::Base

Instance Method Details

#relevance_intercept(payload) ⇒ Object



6
7
8
# File 'lib/payloop/api/sentinel.rb', line 6

def relevance_intercept(payload)
  post("/sentinel/relevance/intercept", payload)
end