Class: Lox24::Config
- Inherits:
-
Object
- Object
- Lox24::Config
- Defined in:
- lib/lox24/config.rb
Class Attribute Summary collapse
-
.client ⇒ Object
Returns the value of attribute client.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.password ⇒ Object
Returns the value of attribute password.
-
.service ⇒ Object
Returns the value of attribute service.
Class Method Summary collapse
Class Attribute Details
.client ⇒ Object
Returns the value of attribute client.
7 8 9 |
# File 'lib/lox24/config.rb', line 7 def client @client end |
.debug ⇒ Object
Returns the value of attribute debug.
7 8 9 |
# File 'lib/lox24/config.rb', line 7 def debug @debug end |
.password ⇒ Object
Returns the value of attribute password.
7 8 9 |
# File 'lib/lox24/config.rb', line 7 def password @password end |
.service ⇒ Object
Returns the value of attribute service.
7 8 9 |
# File 'lib/lox24/config.rb', line 7 def service @service end |
Class Method Details
.password_hash ⇒ Object
10 11 12 |
# File 'lib/lox24/config.rb', line 10 def self.password_hash Digest::MD5.hexdigest @password end |