Class: Peel::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



18
19
20
# File 'lib/peel.rb', line 18

def initialize
  @database_file = ':memory:'
end

Instance Attribute Details

#database_fileObject

Returns the value of attribute database_file.



16
17
18
# File 'lib/peel.rb', line 16

def database_file
  @database_file
end