Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::SagePayForm::Return

Public Class Methods

new(query_string, options) click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 7
 7:           def initialize(query_string, options)
 8:             begin
 9:               @notification = Notification.new(query_string, options)
10:             rescue Notification::CryptError => e
11:               @message = e.message
12:             end
13:           end

Public Instance Methods

cancelled?() click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 19
19:           def cancelled?
20:             @notification && @notification.cancelled?
21:           end
message() click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 23
23:           def message
24:             @message || @notification.message
25:           end
success?() click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 15
15:           def success?
16:             @notification && @notification.complete?
17:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.