Class: DocgenAdapter::Configuration
- Inherits:
-
Object
- Object
- DocgenAdapter::Configuration
- Defined in:
- lib/docgen_adapter/configuration.rb
Instance Attribute Summary collapse
-
#redis_host ⇒ Object
Returns the value of attribute redis_host.
-
#redis_password ⇒ Object
Returns the value of attribute redis_password.
-
#redis_port ⇒ Object
Returns the value of attribute redis_port.
Instance Attribute Details
#redis_host ⇒ Object
Returns the value of attribute redis_host.
4 5 6 |
# File 'lib/docgen_adapter/configuration.rb', line 4 def redis_host @redis_host end |
#redis_password ⇒ Object
Returns the value of attribute redis_password.
4 5 6 |
# File 'lib/docgen_adapter/configuration.rb', line 4 def redis_password @redis_password end |
#redis_port ⇒ Object
Returns the value of attribute redis_port.
4 5 6 |
# File 'lib/docgen_adapter/configuration.rb', line 4 def redis_port @redis_port end |