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( = {}) requires!(, :login) @options = super end |