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:



216
217
218
# File 'lib/parse/webhooks.rb', line 216

def key
  @key
end