Top Level Namespace
Defined Under Namespace
Modules: AppfluxRuby
Instance Method Summary collapse
-
#typhoeus ⇒ Object
This class is specific only to sending bugflux notifications.
Instance Method Details
#typhoeus ⇒ Object
This class is specific only to sending bugflux notifications. It calls
+MessageBuilder+ class for building the payload and uses SSL to send
the . It also implements a basic queue to send in batches.
This is the default behaviour.
7 |
# File 'lib/appflux_ruby/bugflux_notifier.rb', line 7 require 'typhoeus' |