class ActiveMerchant::Billing::Response
Attributes
acs_url[R]
body[R]
md[R]
pa_req[R]
Public Class Methods
new(success, message, params = {}, options = {})
click to toggle source
# File lib/active_merchant/realex3ds_extensions.rb, line 14 def initialize(success, message, params = {}, options = {}) initialize_original(success, message, params, options) @body = options[:body] # 3D 'Three D' Secure @three_d_secure = options[:three_d_secure] @three_d_secure_enrolled = options[:three_d_secure_enrolled] @pa_req = options[:pa_req] @xid = options[:xid] @acs_url = options[:acs_url] end
Also aliased as: initialize_original
Public Instance Methods
enrolled?()
click to toggle source
# File lib/active_merchant/realex3ds_extensions.rb, line 8 def enrolled? @three_d_secure_enrolled end
three_d_secure?()
click to toggle source
# File lib/active_merchant/realex3ds_extensions.rb, line 4 def three_d_secure? @three_d_secure end