module Netpayclient

Constants

DES_KEY
HASH_PAD
VERSION

Public Class Methods

build_key(path: nil, hash: {}) click to toggle source
# File lib/netpayclient.rb, line 30
def self.build_key(path: nil, hash: {})
  Netpayclient.new(path: path, hash: hash)
end