Class: Thoreau::Configuration
- Inherits:
-
Object
- Object
- Thoreau::Configuration
- Defined in:
- lib/thoreau/configuration.rb
Instance Attribute Summary collapse
-
#legacy_outcome_path ⇒ Object
Returns the value of attribute legacy_outcome_path.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/thoreau/configuration.rb', line 5 def initialize @legacy_outcome_path = './spec/legacy-outcomes.pstore' end |
Instance Attribute Details
#legacy_outcome_path ⇒ Object
Returns the value of attribute legacy_outcome_path.
3 4 5 |
# File 'lib/thoreau/configuration.rb', line 3 def legacy_outcome_path @legacy_outcome_path end |