Class: HttpMailer::ServiceConfiguration::Settings

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



3
4
5
# File 'lib/http_mailer/service_configuration.rb', line 3

def api_key
  @api_key
end

#api_userObject

Returns the value of attribute api_user

Returns:

  • (Object)

    the current value of api_user



3
4
5
# File 'lib/http_mailer/service_configuration.rb', line 3

def api_user
  @api_user
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



3
4
5
# File 'lib/http_mailer/service_configuration.rb', line 3

def host
  @host
end

#subdomainObject

Returns the value of attribute subdomain

Returns:

  • (Object)

    the current value of subdomain



3
4
5
# File 'lib/http_mailer/service_configuration.rb', line 3

def subdomain
  @subdomain
end