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