Module: Postini::ConfigurationCheck

Included in:
AutomatedBatchService, EndpointResolverService
Defined in:
lib/postini/configuration_check.rb

Overview

Mixin with a method decorator that prevents calls from being made if the library is not properly configured.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/postini/configuration_check.rb', line 7

def self.included( base )
  base.extend( ClassMethods )
end