Exception: GpWebpay::Ws::Services::ProcessCardOnFilePayment::GpWebpayConfirmationRequired
- Inherits:
-
Error
- Object
- StandardError
- Error
- GpWebpay::Ws::Services::ProcessCardOnFilePayment::GpWebpayConfirmationRequired
- Defined in:
- lib/gp_webpay/ws/services/process_card_on_file_payment.rb
Instance Attribute Summary collapse
-
#authentication_link ⇒ Object
readonly
Returns the value of attribute authentication_link.
Instance Method Summary collapse
-
#initialize(msg = nil, authentication_link = nil) ⇒ GpWebpayConfirmationRequired
constructor
A new instance of GpWebpayConfirmationRequired.
Constructor Details
#initialize(msg = nil, authentication_link = nil) ⇒ GpWebpayConfirmationRequired
Returns a new instance of GpWebpayConfirmationRequired.
40 41 42 43 |
# File 'lib/gp_webpay/ws/services/process_card_on_file_payment.rb', line 40 def initialize(msg = nil, authentication_link = nil) super(msg) @authentication_link = authentication_link end |
Instance Attribute Details
#authentication_link ⇒ Object (readonly)
Returns the value of attribute authentication_link.
38 39 40 |
# File 'lib/gp_webpay/ws/services/process_card_on_file_payment.rb', line 38 def authentication_link @authentication_link end |