lib/extface.rb in extface-0.1.0 vs lib/extface.rb in extface-0.1.1

- old
+ new

@@ -3,9 +3,14 @@ require "extface/mapping" require "extface/extfaceable" require "extface/extfaceable" require "redis-namespace" module Extface + RAW_DRIVER = "Raw Communication Devices" + PRINT_DRIVER = "Print Devices" + FISCAL_DRIVER = "Fiscal Printers & Cash Registers" + REPORT_DRIVER = "CDR Loggers, Report Devices" + mattr_accessor :redis_connection_string mattr_reader :mappings @@mappings = ActiveSupport::OrderedHash.new