Class: Transparent::Configuration
- Inherits:
-
Object
- Object
- Transparent::Configuration
- Defined in:
- lib/transparent/configuration.rb
Overview
API configuration
Instance Attribute Summary collapse
Instance Attribute Details
#apikey ⇒ Object
11 12 13 14 15 |
# File 'lib/transparent/configuration.rb', line 11 def apikey raise MissingConfiguration unless @apikey @apikey end |