Class: Regio::Configuration
- Inherits:
-
Object
- Object
- Regio::Configuration
- Defined in:
- lib/regio/configuration.rb
Class Method Summary collapse
Class Method Details
.api_key ⇒ Object
5 6 7 |
# File 'lib/regio/configuration.rb', line 5 def self.api_key ENV.fetch('REGIO_API_KEY', nil) end |