Class: AuthRocket::SmtpProvider

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/smtp_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#email_fromObject (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_nameObject (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_typeObject (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_hostObject (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_passwordObject (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_portObject (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_userObject (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

#stateObject (readonly)

Returns the value of attribute state.



7
8
9
# File 'lib/authrocket/smtp_provider.rb', line 7

def state
  @state
end