Class: KNSEmailEndpoint::Connection
- Inherits:
-
Object
- Object
- KNSEmailEndpoint::Connection
- 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
-
#initialize(name) ⇒ Connection
constructor
A new instance of Connection.
Methods included from ConnectionFactory
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 |