Sha256: 5f0f6b89f4dbba917658554bd8cf4747004893440bc45df7a6eceadadd3c38eb
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true require_relative "HyperPay/version" require_relative "HyperPay/configuration" require_relative "HyperPay/copy_and_pay" module HyperPay class Error < StandardError; end class << self attr_accessor :configuration def configure self.configuration ||= Configuration.new yield(configuration) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
HyperPay-0.1.1 | lib/hyper_pay.rb |
HyperPay-0.1.0 | lib/hyper_pay.rb |