Method: ActiveMerchant::Billing::SallieMaeGateway#initialize

Defined in:
lib/active_merchant/billing/gateways/sallie_mae.rb

#initialize(options = {}) ⇒ SallieMaeGateway

Returns a new instance of SallieMaeGateway.



18
19
20
21
22
# File 'lib/active_merchant/billing/gateways/sallie_mae.rb', line 18

def initialize(options = {})
  requires!(options, :login)
  @options = options
  super
end