Class: LookOut::Configuration
- Inherits:
-
Object
- Object
- LookOut::Configuration
- Defined in:
- lib/look_out.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
16 17 18 |
# File 'lib/look_out.rb', line 16 def api_key @api_key end |
#user ⇒ Object
Returns the value of attribute user.
16 17 18 |
# File 'lib/look_out.rb', line 16 def user @user end |