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