# File lib/active_merchant/billing/gateways/efsnet.rb, line 17 def initialize(options = {}) requires!(options, :login, :password) @options = options super end