Class: KonsiergeSmtpMailer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/konsierge-smtp-mailer/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



22
23
24
25
# File 'lib/konsierge-smtp-mailer/config.rb', line 22

def initialize
  @smtp_mailer_host = nil
  @smtp_mailer_auth_key = nil
end

Instance Attribute Details

#smtp_mailer_auth_keyObject

Returns the value of attribute smtp_mailer_auth_key.



20
21
22
# File 'lib/konsierge-smtp-mailer/config.rb', line 20

def smtp_mailer_auth_key
  @smtp_mailer_auth_key
end

#smtp_mailer_hostObject

Returns the value of attribute smtp_mailer_host.



20
21
22
# File 'lib/konsierge-smtp-mailer/config.rb', line 20

def smtp_mailer_host
  @smtp_mailer_host
end