class Gestpay::Error::VerifyVisa

Attributes

crypted_response[R]
result[R]
transaction_key[R]

Public Class Methods

new(info) click to toggle source
# File lib/gestpay/error/verify_visa.rb, line 7
def initialize(info)
  @transaction_key = info[:transaction_key]
  @result = info[:vb_v][:vb_v_buyer]
  @crypted_response = info[:vb_v][:vb_v_risp]
end