Class: LitmusMailer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/litmus_mailer/settings.rb

Class Attribute Summary collapse

Class Attribute Details

.passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/litmus_mailer/settings.rb', line 4

def password
  @password
end

.sslObject

Returns the value of attribute ssl.



4
5
6
# File 'lib/litmus_mailer/settings.rb', line 4

def ssl
  @ssl
end

.subdomainObject

Returns the value of attribute subdomain.



4
5
6
# File 'lib/litmus_mailer/settings.rb', line 4

def subdomain
  @subdomain
end

.test_name_prefixObject

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

.usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/litmus_mailer/settings.rb', line 4

def username
  @username
end