Sha256: 1b6b612a528d3cf4585773f367b39593b32c38940ec28116e6224015143aa10f

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true
module Payment
  module Manager
    module Config
      class << self
        attr_accessor :client_id
        attr_accessor :client_secret
        attr_accessor :api_url
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
payment-manager-client-0.3.0 lib/payment/manager/config.rb