Module: Preservation::Configuration
- Included in:
- Preservation
- Defined in:
- lib/preservation/configuration.rb
Overview
Configuration options
Instance Attribute Summary collapse
-
#db_path ⇒ Object
Returns the value of attribute db_path.
-
#ingest_path ⇒ Object
Returns the value of attribute ingest_path.
-
#log_path ⇒ Object
Returns the value of attribute log_path.
Instance Method Summary collapse
Instance Attribute Details
#db_path ⇒ Object
Returns the value of attribute db_path.
7 8 9 |
# File 'lib/preservation/configuration.rb', line 7 def db_path @db_path end |
#ingest_path ⇒ Object
Returns the value of attribute ingest_path.
7 8 9 |
# File 'lib/preservation/configuration.rb', line 7 def ingest_path @ingest_path end |
#log_path ⇒ Object
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
9 10 11 |
# File 'lib/preservation/configuration.rb', line 9 def configure yield self end |