Class: ElectionBuddy::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/election_buddy/configuration.rb

Overview

Configuration options for the ElectionBuddy client

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString?

Returns The API key used for authentication.

Returns:

  • (String, nil)

    The API key used for authentication



7
8
9
# File 'lib/election_buddy/configuration.rb', line 7

def api_key
  @api_key
end