class AtPay::Session

Attributes

endpoint[RW]

Public Instance Methods

atpay_public_key() click to toggle source
# File lib/atpay/session.rb, line 9
def atpay_public_key
  @atpay_public_key || PUBLIC_KEY
end
atpay_public_key=(atpay_public_key) click to toggle source
# File lib/atpay/session.rb, line 5
def atpay_public_key=(atpay_public_key)
  @atpay_public_key = Base64.decode64(atpay_public_key)
end