32 33 34 35 36
# File 'lib/icasework.rb', line 32 def api_key @api_key || raise( ConfigurationError, 'Icasework.api_key not configured' ) end