Class: AuthRocket::SmtpProvider
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::SmtpProvider
- Defined in:
- lib/authrocket/smtp_provider.rb
Instance Attribute Summary collapse
-
#email_from ⇒ Object
readonly
Returns the value of attribute email_from.
-
#provider_name ⇒ Object
readonly
Returns the value of attribute provider_name.
-
#provider_type ⇒ Object
readonly
Returns the value of attribute provider_type.
-
#smtp_host ⇒ Object
readonly
Returns the value of attribute smtp_host.
-
#smtp_password ⇒ Object
readonly
Returns the value of attribute smtp_password.
-
#smtp_port ⇒ Object
readonly
Returns the value of attribute smtp_port.
-
#smtp_user ⇒ Object
readonly
Returns the value of attribute smtp_user.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#email_from ⇒ Object (readonly)
Returns the value of attribute email_from.
8 9 10 |
# File 'lib/authrocket/smtp_provider.rb', line 8 def email_from @email_from end |
#provider_name ⇒ Object (readonly)
Returns the value of attribute provider_name.
7 8 9 |
# File 'lib/authrocket/smtp_provider.rb', line 7 def provider_name @provider_name end |
#provider_type ⇒ Object (readonly)
Returns the value of attribute provider_type.
7 8 9 |
# File 'lib/authrocket/smtp_provider.rb', line 7 def provider_type @provider_type end |
#smtp_host ⇒ Object (readonly)
Returns the value of attribute smtp_host.
9 10 11 |
# File 'lib/authrocket/smtp_provider.rb', line 9 def smtp_host @smtp_host end |
#smtp_password ⇒ Object (readonly)
Returns the value of attribute smtp_password.
9 10 11 |
# File 'lib/authrocket/smtp_provider.rb', line 9 def smtp_password @smtp_password end |
#smtp_port ⇒ Object (readonly)
Returns the value of attribute smtp_port.
9 10 11 |
# File 'lib/authrocket/smtp_provider.rb', line 9 def smtp_port @smtp_port end |
#smtp_user ⇒ Object (readonly)
Returns the value of attribute smtp_user.
9 10 11 |
# File 'lib/authrocket/smtp_provider.rb', line 9 def smtp_user @smtp_user end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
7 8 9 |
# File 'lib/authrocket/smtp_provider.rb', line 7 def state @state end |