Class: MailFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/merb-mailer/mailer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html.



9
10
11
# File 'lib/merb-mailer/mailer.rb', line 9

def html
  @html
end

#textObject (readonly)

Returns the value of attribute text.



9
10
11
# File 'lib/merb-mailer/mailer.rb', line 9

def text
  @text
end