Class: Luminate::Config
- Inherits:
-
Object
- Object
- Luminate::Config
- Defined in:
- lib/luminate/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_login ⇒ Object
Returns the value of attribute api_login.
-
#api_password ⇒ Object
Returns the value of attribute api_password.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/luminate/config.rb', line 5 def api_key @api_key end |
#api_login ⇒ Object
Returns the value of attribute api_login.
6 7 8 |
# File 'lib/luminate/config.rb', line 6 def api_login @api_login end |
#api_password ⇒ Object
Returns the value of attribute api_password.
7 8 9 |
# File 'lib/luminate/config.rb', line 7 def api_password @api_password end |
#organization ⇒ Object
Returns the value of attribute organization.
4 5 6 |
# File 'lib/luminate/config.rb', line 4 def organization @organization end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/luminate/config.rb', line 3 def url @url end |