Class: Hark::Configuration
- Inherits:
-
Object
- Object
- Hark::Configuration
- Defined in:
- lib/hark/configuration.rb
Overview
Used to set up and modify settings for the API.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/hark/configuration.rb', line 6 def api_key @api_key end |