Sha256: 6e0272bfa98dd084d9c14d744bda42344be8debb03ae511d0f1aa351cad5e88a
Contents?: true
Size: 177 Bytes
Versions: 3
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true module Cardknox class Configuration attr_accessor :api_key, :gateway_version, :software_name, :software_version end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cardknox-0.3.0 | lib/cardknox/configuration.rb |
cardknox-0.2.0 | lib/cardknox/configuration.rb |
cardknox-0.1.0 | lib/cardknox/configuration.rb |