Class: Namabar::Configuration
- Inherits:
-
Object
- Object
- Namabar::Configuration
- Defined in:
- lib/namabar/configuration.rb
Overview
Configuration class for storing Namabar API credentials and settings
This class holds the configuration options required to authenticate and interact with the Namabar API. It’s typically configured once globally and then used by all Client instances.
Instance Attribute Summary collapse
-
#api_key ⇒ String?
The API key for authenticating with the Namabar API.
Instance Attribute Details
#api_key ⇒ String?
Returns the API key for authenticating with the Namabar API.
24 25 26 |
# File 'lib/namabar/configuration.rb', line 24 def api_key @api_key end |