Module: Mmailer::Providers

Defined in:
lib/mmailer/providers.rb

Class Attribute Summary collapse

Class Attribute Details

.gmailObject

Returns the value of attribute gmail.



5
6
7
# File 'lib/mmailer/providers.rb', line 5

def gmail
  @gmail
end

.mailgunObject

Returns the value of attribute mailgun.



5
6
7
# File 'lib/mmailer/providers.rb', line 5

def mailgun
  @mailgun
end

.mandrillObject

Returns the value of attribute mandrill.



5
6
7
# File 'lib/mmailer/providers.rb', line 5

def mandrill
  @mandrill
end

.zohoObject

Returns the value of attribute zoho.



5
6
7
# File 'lib/mmailer/providers.rb', line 5

def zoho
  @zoho
end