Class: ElectionBuddy::Configuration
- Inherits:
-
Object
- Object
- ElectionBuddy::Configuration
- Defined in:
- lib/election_buddy/configuration.rb
Overview
Configuration options for the ElectionBuddy client
Instance Attribute Summary collapse
-
#api_key ⇒ String?
The API key used for authentication.
Instance Attribute Details
#api_key ⇒ String?
Returns The API key used for authentication.
7 8 9 |
# File 'lib/election_buddy/configuration.rb', line 7 def api_key @api_key end |