module Ecm::Contact::Configuration

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/ecm/contact/configuration.rb, line 7
def configure
  yield self
end
recipients=(recipients) click to toggle source
# File lib/ecm/contact/configuration.rb, line 55
def recipients=(recipients)
  @@recipients = HashWithIndifferentAccess.new(recipients)
end