Class: Lifen::Configuration
- Inherits:
-
Object
- Object
- Lifen::Configuration
- Defined in:
- lib/lifen/configuration.rb
Instance Attribute Summary collapse
-
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Attribute Details
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
3 4 5 |
# File 'lib/lifen/configuration.rb', line 3 def proxy_url @proxy_url end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
3 4 5 |
# File 'lib/lifen/configuration.rb', line 3 def secret_key @secret_key end |
#site ⇒ Object
Returns the value of attribute site.
3 4 5 |
# File 'lib/lifen/configuration.rb', line 3 def site @site end |