Sha256: d5c8de4d3545f482f70d6fda64add4db644508796012ebc14ed0e0cb66597c39

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

require 'anyway'

module Atol
  class Config < Anyway::Config
    DEFAULT_REQ_TRIES_NUMBER = 3
    DEFAULT_PAYMENT_TYPE = 1

    attr_config :login,
                :password,
                :inn,
                :group_code,
                :payment_address,
                :default_sno,
                :default_tax,
                :callback_url,
                req_tries_number: DEFAULT_REQ_TRIES_NUMBER,
                default_payment_type: DEFAULT_PAYMENT_TYPE
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
atol-0.2 lib/atol/config.rb
atol-0.1.2 lib/atol/config.rb
atol-0.1.1 lib/atol/config.rb
atol-0.1 lib/atol/config.rb