Class: Season::Configuration
- Inherits:
-
Object
- Object
- Season::Configuration
- Defined in:
- lib/season/configuration.rb
Instance Attribute Summary collapse
-
#include_by_default ⇒ Object
Returns the value of attribute include_by_default.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 |
# File 'lib/season/configuration.rb', line 7 def initialize @include_by_default = false end |
Instance Attribute Details
#include_by_default ⇒ Object
Returns the value of attribute include_by_default.
5 6 7 |
# File 'lib/season/configuration.rb', line 5 def include_by_default @include_by_default end |