module Bluepay

Constants

HMAC_SHA256
HMAC_SHA512
MD5
SHA256
SHA512
VERSION

Attributes

account_id[RW]
hash_type[W]
mode[W]
response_version[W]
secret_key[RW]

Public Class Methods

hash_type() click to toggle source
# File lib/bluepay.rb, line 25
def hash_type
  @hash_type ||= HMAC_SHA512
end
mode() click to toggle source
# File lib/bluepay.rb, line 21
def mode
  @mode ||= :test
end
response_version() click to toggle source
# File lib/bluepay.rb, line 29
def response_version
  @response_version ||= '11'
end