Module: ActiveMerchant::Billing::Integrations::A1agregator

Defined in:
lib/active_merchant/billing/integrations/a1agregator.rb,
lib/active_merchant/billing/integrations/a1agregator/helper.rb,
lib/active_merchant/billing/integrations/a1agregator/status.rb,
lib/active_merchant/billing/integrations/a1agregator/notification.rb

Defined Under Namespace

Classes: Helper, Notification, Status

Class Method Summary collapse

Class Method Details

.notification(*args) ⇒ Object



16
17
18
# File 'lib/active_merchant/billing/integrations/a1agregator.rb', line 16

def self.notification(*args)
  Notification.new(*args)
end

.status(login, password) ⇒ Object



20
21
22
# File 'lib/active_merchant/billing/integrations/a1agregator.rb', line 20

def self.status(, password)
  Status.new(, password)
end