Class: DatadogCompoundMetrics::Configuration
- Inherits:
-
Object
- Object
- DatadogCompoundMetrics::Configuration
- Defined in:
- lib/datadog_compound_metrics/configuration.rb
Instance Attribute Summary collapse
-
#datadog_statsd_client ⇒ Object
Returns the value of attribute datadog_statsd_client.
-
#sidekiq_cron_schedule ⇒ Object
Returns the value of attribute sidekiq_cron_schedule.
-
#sidekiq_queue ⇒ Object
Returns the value of attribute sidekiq_queue.
Instance Attribute Details
#datadog_statsd_client ⇒ Object
Returns the value of attribute datadog_statsd_client.
5 6 7 |
# File 'lib/datadog_compound_metrics/configuration.rb', line 5 def datadog_statsd_client @datadog_statsd_client end |
#sidekiq_cron_schedule ⇒ Object
Returns the value of attribute sidekiq_cron_schedule.
5 6 7 |
# File 'lib/datadog_compound_metrics/configuration.rb', line 5 def sidekiq_cron_schedule @sidekiq_cron_schedule end |
#sidekiq_queue ⇒ Object
Returns the value of attribute sidekiq_queue.
5 6 7 |
# File 'lib/datadog_compound_metrics/configuration.rb', line 5 def sidekiq_queue @sidekiq_queue end |