Class: Afterpay::API::Base

Inherits:
Callable show all
Defined in:
lib/afterpay/api/base.rb

Instance Method Summary collapse

Methods inherited from Callable

call

Instance Method Details

#callObject



12
13
14
# File 'lib/afterpay/api/base.rb', line 12

def call
  ::Afterpay::ErrorHandler.inspect(response)
end