Module: Smyte

Extended by:
Forwardable
Defined in:
lib/smyte.rb,
lib/smyte/util.rb,
lib/smyte/client.rb,
lib/smyte/config.rb,
lib/smyte/version.rb,
lib/smyte/notification.rb,
lib/smyte/classification.rb,
lib/smyte/label_reporter.rb

Defined Under Namespace

Modules: LabelReporter Classes: Classification, Client, Config, Notification, Util

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.webhook(secret, response, options = {}) ⇒ Object



25
26
27
# File 'lib/smyte.rb', line 25

def webhook(secret, response, options={})
  ::Smyte::Notification.parse(secret, response, options)
end