Sha256: fa92cda44ede45cd2aa73f1fa44f0994973b5371b39890e26b5890040bf7eaa3

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

require 'anyway'
require 'net/http'

module Atol
  class Config < Anyway::Config
    attr_config :login,
                :password,
                :inn,
                :group_code,
                :payment_address,
                :default_sno,
                :default_tax,
                :callback_url,
                :company_email,
                req_tries_number: 3,
                default_payment_type: 1,
                http_client: Net::HTTP
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atol-0.5.0 lib/atol/config.rb
atol-0.4.2 lib/atol/config.rb