Class: Regis::Configuration
- Inherits:
-
Object
- Object
- Regis::Configuration
- Defined in:
- lib/regis/configuration.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#password ⇒ Object
Returns the value of attribute password.
-
#url ⇒ Object
Returns the value of attribute url.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
6 7 8 |
# File 'lib/regis/configuration.rb', line 6 def cache @cache end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/regis/configuration.rb', line 5 def password @password end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/regis/configuration.rb', line 3 def url @url end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/regis/configuration.rb', line 4 def username @username end |