lib/boxafe/config.rb in boxafe-0.1.3 vs lib/boxafe/config.rb in boxafe-0.1.4
- old
+ new
@@ -1,9 +1,9 @@
# encoding: UTF-8
class Boxafe::Config
# TODO: document unmount_delay
- OPTION_KEYS = [ :encfs, :umount, :umount_delay ]
+ OPTION_KEYS = [ :encfs, :umount, :umount_delay, :notify ]
attr_reader :boxes, :options
def initialize options = {}
@boxes = []