Module: Preservation::Configuration

Included in:
Preservation
Defined in:
lib/preservation/configuration.rb

Overview

Configuration options

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#db_pathObject

Returns the value of attribute db_path.



7
8
9
# File 'lib/preservation/configuration.rb', line 7

def db_path
  @db_path
end

#ingest_pathObject

Returns the value of attribute ingest_path.



7
8
9
# File 'lib/preservation/configuration.rb', line 7

def ingest_path
  @ingest_path
end

#log_pathObject

Returns the value of attribute log_path.



7
8
9
# File 'lib/preservation/configuration.rb', line 7

def log_path
  @log_path
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/preservation/configuration.rb', line 9

def configure
  yield self
end