Class: KNSEmailEndpoint::Connection

Inherits:
Object
  • Object
show all
Includes:
ConnectionFactory
Defined in:
lib/kns_email_endpoint/connection.rb

Instance Attribute Summary

Attributes included from ConnectionFactory

#appid, #conn_log, #environment, #event_args, #max_retry_count, #name, #process_mode, #retriever, #sender

Instance Method Summary collapse

Methods included from ConnectionFactory

#setup_mail_connections

Constructor Details

#initialize(name) ⇒ Connection

Returns a new instance of Connection.



91
92
93
94
# File 'lib/kns_email_endpoint/connection.rb', line 91

def initialize(name)
  setup_mail_connections name
  conn_log.info "Setup Connection for '#{name}'"
end