Module: Honeycomb::Rake::Application
- Defined in:
- lib/honeycomb/integrations/rake.rb
Overview
Provide access to the honeycomb_client for the rake tasks, can be provided or uses the default global honeycomb client
Instance Attribute Summary collapse
Instance Attribute Details
#honeycomb_client ⇒ Object
41 42 43 44 45 |
# File 'lib/honeycomb/integrations/rake.rb', line 41 def honeycomb_client return @honeycomb_client if defined?(@honeycomb_client) Honeycomb.client end |