Sha256: 2dc801b7c0f8a5c0f834372916d5c054f108e4fa9020eab9f38f3d7877b5d979
Contents?: true
Size: 435 Bytes
Versions: 3
Compression:
Stored size: 435 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, req_tries_number: 3, default_payment_type: 1, http_client: Net::HTTP end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
atol-0.4.1 | lib/atol/config.rb |
atol-0.4 | lib/atol/config.rb |
atol-0.3 | lib/atol/config.rb |