Method: Parse::Webhooks.key

Defined in:
lib/parse/webhooks.rb,
lib/parse/webhooks.rb

.keyString

Returns the configured webhook key if available. By default it will use the value of ENV if not configured.

Returns:



221
222
223
# File 'lib/parse/webhooks.rb', line 221

def key
  @key
end