lib/ownlan/protect/base.rb in ownlan-0.3.2 vs lib/ownlan/protect/base.rb in ownlan-0.4.0

- old
+ new

@@ -1,6 +1,11 @@ module Ownlan module Protect class Base + attr_reader :config + + def initialize(config) + @config = config + end end end end \ No newline at end of file