Class: TextTractor::Config
- Inherits:
-
Object
- Object
- TextTractor::Config
- Defined in:
- lib/text_tractor/config.rb
Instance Attribute Summary collapse
-
#default_password ⇒ Object
Returns the value of attribute default_password.
-
#default_username ⇒ Object
Returns the value of attribute default_username.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#port ⇒ Object
Returns the value of attribute port.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#salt ⇒ Object
Returns the value of attribute salt.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
Instance Attribute Details
#default_password ⇒ Object
Returns the value of attribute default_password.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def default_password @default_password end |
#default_username ⇒ Object
Returns the value of attribute default_username.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def default_username @default_username end |
#environment ⇒ Object
Returns the value of attribute environment.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def environment @environment end |
#hostname ⇒ Object
Returns the value of attribute hostname.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def hostname @hostname end |
#port ⇒ Object
Returns the value of attribute port.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def port @port end |
#redis ⇒ Object
Returns the value of attribute redis.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def redis @redis end |
#salt ⇒ Object
Returns the value of attribute salt.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def salt @salt end |
#ssl ⇒ Object
Returns the value of attribute ssl.
14 15 16 |
# File 'lib/text_tractor/config.rb', line 14 def ssl @ssl end |