Sha256: 08bc453f8d4d1ca25037b25fe7fa1497b5ce231760473636565eb5be63153bc1
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
require 'atol/version' require 'atol/config' require 'atol/request' require 'atol/transaction' module Atol URL = "http://online.atol.ru/possystem/#{Atol::Version::API}".freeze ENCODING = 'utf-8'.freeze TIMESTAMP_FORMAT = '%d.%m.%Y %H:%M:%S'.freeze class << self attr_writer :config def config @config ||= Atol::Config.new end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
atol-0.1.2 | lib/atol.rb |
atol-0.1.1 | lib/atol.rb |
atol-0.1 | lib/atol.rb |