class AdpClient::BaseErrorHandler
Public Class Methods
new(httparty)
click to toggle source
# File lib/adp_client.rb, line 221 def initialize(httparty) @httparty = httparty end
Public Instance Methods
call()
click to toggle source
# File lib/adp_client.rb, line 225 def call fail error if fail? end