Class: MailSpy::MailSpyESP

Inherits:
Struct
  • Object
show all
Defined in:
lib/mail_spy.rb

Overview

——————————————— Configuration Allows the client to configure and add esps to MailSpy

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



14
15
16
# File 'lib/mail_spy.rb', line 14

def address
  @address
end

#authenticationObject

Returns the value of attribute authentication

Returns:

  • (Object)

    the current value of authentication



14
15
16
# File 'lib/mail_spy.rb', line 14

def authentication
  @authentication
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



14
15
16
# File 'lib/mail_spy.rb', line 14

def domain
  @domain
end

#enable_starttls_autoObject

Returns the value of attribute enable_starttls_auto

Returns:

  • (Object)

    the current value of enable_starttls_auto



14
15
16
# File 'lib/mail_spy.rb', line 14

def enable_starttls_auto
  @enable_starttls_auto
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/mail_spy.rb', line 14

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



14
15
16
# File 'lib/mail_spy.rb', line 14

def options
  @options
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/mail_spy.rb', line 14

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



14
15
16
# File 'lib/mail_spy.rb', line 14

def port
  @port
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



14
15
16
# File 'lib/mail_spy.rb', line 14

def user_name
  @user_name
end