Module: ActiveMerchant::Billing::Integrations::Ebs
- Defined in:
- lib/active_merchant_ebs.rb,
lib/active_merchant_ebs/helper.rb,
lib/active_merchant_ebs/notification.rb
Defined Under Namespace
Classes: Helper, Notification
Class Method Summary
collapse
Class Method Details
.notification(post) ⇒ Object
24
25
26
|
# File 'lib/active_merchant_ebs.rb', line 24
def self.notification(post)
Notification.new(post)
end
|
.setup {|_self| ... } ⇒ Object
20
21
22
|
# File 'lib/active_merchant_ebs.rb', line 20
def self.setup
yield(self)
end
|