Class: ApnMachine::Config
- Inherits:
-
Object
- Object
- ApnMachine::Config
- Defined in:
- lib/apnmachine/config.rb
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.redis ⇒ Object
Returns the value of attribute redis.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
4 5 6 |
# File 'lib/apnmachine/config.rb', line 4 def logger @logger end |
.redis ⇒ Object
Returns the value of attribute redis.
4 5 6 |
# File 'lib/apnmachine/config.rb', line 4 def redis @redis end |