Module: Resque::Plugins::CloudwatchMonitor::Configuration

Defined in:
lib/resque/plugins/cloudwatch-monitor/configuration.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.cloudwatch_clientObject

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_namespaceObject

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

.namespaceObject

Returns the value of attribute namespace.



7
8
9
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 7

def namespace
  @namespace
end

.perform_namespaceObject

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

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/resque/plugins/cloudwatch-monitor/configuration.rb', line 9

def configure
  yield self
end