Sha256: 3c2a4d0875476e06333ff2908194664746c01c04c7a67c6219abbb7c1246cd7d
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true module Cryptomus class Configuration attr_accessor :api_key, :merchant_id, :user_agent, :connection_config, :on_error, :logger def initialize self.user_agent = "Cryptomus Ruby SDK #{Cryptomus::VERSION} (Ruby #{RUBY_VERSION})" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cryptomus-0.1.0 | lib/cryptomus/configuration.rb |