Method: ActiveMerchant::Billing::SecureNetGateway#initialize
- Defined in:
- lib/active_merchant/billing/gateways/secure_net.rb
#initialize(options = {}) ⇒ SecureNetGateway
Returns a new instance of SecureNetGateway.
33 34 35 36 |
# File 'lib/active_merchant/billing/gateways/secure_net.rb', line 33 def initialize( = {}) requires!(, :login, :password) super end |