Module: Resque::Plugins::CloudwatchMonitor::Configuration
- Defined in:
- lib/resque/plugins/cloudwatch-monitor/configuration.rb
Class Attribute Summary collapse
-
.cloudwatch_client ⇒ Object
Returns the value of attribute cloudwatch_client.
-
.fail_namespace ⇒ Object
Returns the value of attribute fail_namespace.
-
.namespace ⇒ Object
Returns the value of attribute namespace.
-
.perform_namespace ⇒ Object
Returns the value of attribute perform_namespace.
Class Method Summary collapse
Class Attribute Details
.cloudwatch_client ⇒ Object
Returns the value of attribute cloudwatch_client.
7 8 9 |
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 7 def cloudwatch_client @cloudwatch_client end |
.fail_namespace ⇒ Object
Returns the value of attribute fail_namespace.
7 8 9 |
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 7 def fail_namespace @fail_namespace end |
.namespace ⇒ Object
Returns the value of attribute namespace.
7 8 9 |
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 7 def namespace @namespace end |
.perform_namespace ⇒ Object
Returns the value of attribute perform_namespace.
7 8 9 |
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 7 def perform_namespace @perform_namespace end |
Class Method Details
.configure {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 9 def configure yield self end |