Class: QuickStore::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/quick_store.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



52
53
54
# File 'lib/quick_store.rb', line 52

def initialize
  @key_separator = '/'
end

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path.



50
51
52
# File 'lib/quick_store.rb', line 50

def file_path
  @file_path
end

#key_separatorObject

Returns the value of attribute key_separator.



50
51
52
# File 'lib/quick_store.rb', line 50

def key_separator
  @key_separator
end