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