module Honeycomb::Rake::Application
Provide access to the honeycomb_client
for the rake tasks, can be provided or uses the default global honeycomb client
Attributes
honeycomb_client[W]
Public Instance Methods
honeycomb_client()
click to toggle source
# File lib/honeycomb/integrations/rake.rb, line 37 def honeycomb_client @honeycomb_client || Honeycomb.client end