Sha256: 7d88192dbed0343a70040b94dcb4b14b10e7896a775eb793728c00af53dcd746
Contents?: true
Size: 604 Bytes
Versions: 3
Compression:
Stored size: 604 Bytes
Contents
# frozen_string_literal: true require 'anyway' require 'net/http' require 'atol/version' 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, api_url: "https://online.atol.ru/possystem/#{Atol::Version::API}" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
atol-0.8.1 | lib/atol/config.rb |
atol-0.7.1 | lib/atol/config.rb |
atol-0.7 | lib/atol/config.rb |