Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Moneybookers

Public Class Methods

notification(post, options) click to toggle source
    # File lib/active_merchant/billing/integrations/moneybookers.rb, line 16
16:         def self.notification(post, options)
17:           Notification.new(post, options)
18:         end
return(post, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/moneybookers.rb, line 20
20:         def self.return(post, options = {})
21:           Return.new(post, options)
22:         end
service_url() click to toggle source
    # File lib/active_merchant/billing/integrations/moneybookers.rb, line 12
12:         def self.service_url
13:           self.production_url
14:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.