Class: Bandcamp::Configuration
- Inherits:
-
Object
- Object
- Bandcamp::Configuration
- Defined in:
- lib/bandcamp/configuration.rb
Instance Attribute Summary collapse
Instance Attribute Details
#api_key ⇒ Object
8 9 10 11 |
# File 'lib/bandcamp/configuration.rb', line 8 def api_key raise ConfigurationError, "You need to set an API key" unless @api_key @api_key end |