Method: ActiveMerchant::Billing::KomojuGateway#initialize

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

#initialize(options = {}) ⇒ KomojuGateway

Returns a new instance of KomojuGateway.



22
23
24
25
# File 'lib/active_merchant/billing/gateways/komoju.rb', line 22

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