lib/extface.rb in extface-0.0.6 vs lib/extface.rb in extface-0.0.7
- old
+ new
@@ -8,9 +8,12 @@
mattr_accessor :redis_connection_string
mattr_reader :mappings
@@mappings = ActiveSupport::OrderedHash.new
+ mattr_reader :device_timeout
+ @@device_timeout = 10
+
class << self
def setup
yield self
end