Method: Icasework.api_key

Defined in:
lib/icasework.rb

.api_keyObject



32
33
34
35
36
# File 'lib/icasework.rb', line 32

def api_key
  @api_key || raise(
    ConfigurationError, 'Icasework.api_key not configured'
  )
end