Class: MailSpy::MailSpyESP
- Inherits:
-
Struct
- Object
- Struct
- MailSpy::MailSpyESP
- Defined in:
- lib/mail_spy.rb
Overview
——————————————— Configuration Allows the client to configure and add esps to MailSpy
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#authentication ⇒ Object
Returns the value of attribute authentication.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#enable_starttls_auto ⇒ Object
Returns the value of attribute enable_starttls_auto.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def address @address end |
#authentication ⇒ Object
Returns the value of attribute authentication
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def authentication @authentication end |
#domain ⇒ Object
Returns the value of attribute domain
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def domain @domain end |
#enable_starttls_auto ⇒ Object
Returns the value of attribute enable_starttls_auto
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def enable_starttls_auto @enable_starttls_auto end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def name @name end |
#options ⇒ Object
Returns the value of attribute options
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def @options end |
#password ⇒ Object
Returns the value of attribute password
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def password @password end |
#port ⇒ Object
Returns the value of attribute port
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def port @port end |
#user_name ⇒ Object
Returns the value of attribute user_name
15 16 17 |
# File 'lib/mail_spy.rb', line 15 def user_name @user_name end |