Class: Athar::Configuration
- Inherits:
-
Object
- Object
- Athar::Configuration
- Defined in:
- lib/athar/configuration.rb
Defined Under Namespace
Classes: RetentionConfiguration
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#retention ⇒ Object
readonly
Returns the value of attribute retention.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
12 13 14 15 |
# File 'lib/athar/configuration.rb', line 12 def initialize @logger = nil @retention = RetentionConfiguration.new end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/athar/configuration.rb', line 8 def logger @logger end |
#retention ⇒ Object (readonly)
Returns the value of attribute retention.
10 11 12 |
# File 'lib/athar/configuration.rb', line 10 def retention @retention end |