Class: Afterpay::API::Payment::Auth

Inherits:
Base show all
Defined in:
lib/afterpay/api/payment/auth.rb

Instance Method Summary collapse

Methods inherited from Base

#call

Methods inherited from Callable

call

Constructor Details

#initialize(params = {}) ⇒ Auth

Returns a new instance of Auth.



7
8
9
# File 'lib/afterpay/api/payment/auth.rb', line 7

def initialize(params = {})
  @payment = params[:payment]
end