Class: LitmusMailer::Config
- Inherits:
-
Object
- Object
- LitmusMailer::Config
- Defined in:
- lib/litmus_mailer/settings.rb
Class Attribute Summary collapse
-
.password ⇒ Object
Returns the value of attribute password.
-
.ssl ⇒ Object
Returns the value of attribute ssl.
-
.subdomain ⇒ Object
Returns the value of attribute subdomain.
-
.test_name_prefix ⇒ Object
Returns the value of attribute test_name_prefix.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/litmus_mailer/settings.rb', line 4 def password @password end |
.ssl ⇒ Object
Returns the value of attribute ssl.
4 5 6 |
# File 'lib/litmus_mailer/settings.rb', line 4 def ssl @ssl end |
.subdomain ⇒ Object
Returns the value of attribute subdomain.
4 5 6 |
# File 'lib/litmus_mailer/settings.rb', line 4 def subdomain @subdomain end |
.test_name_prefix ⇒ Object
Returns the value of attribute test_name_prefix.
4 5 6 |
# File 'lib/litmus_mailer/settings.rb', line 4 def test_name_prefix @test_name_prefix end |
.username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/litmus_mailer/settings.rb', line 4 def username @username end |