Class: Seraph::Configuration
- Inherits:
-
Object
- Object
- Seraph::Configuration
- Includes:
- Singleton
- Defined in:
- lib/seraph/configuration.rb
Instance Attribute Summary collapse
-
#pepper ⇒ Object
Returns the value of attribute pepper.
Instance Method Summary collapse
Instance Attribute Details
#pepper ⇒ Object
Returns the value of attribute pepper.
7 8 9 |
# File 'lib/seraph/configuration.rb', line 7 def pepper @pepper end |
Instance Method Details
#reset ⇒ Object
9 10 11 |
# File 'lib/seraph/configuration.rb', line 9 def reset self.pepper = nil end |