Exception: TimestampAPI::MissingAPIKey

Inherits:
StandardError
  • Object
show all
Defined in:
lib/timestamp_api/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/timestamp_api/errors.rb', line 3

def message
  "API key must be configured either via the `TIMESTAMP_API_KEY` environment variable or using `TimestampAPi.api_key = \"YOUR_TIMESTAMP_API_KEY\"`."
end