Class: MailFactory
- Inherits:
-
Object
- Object
- MailFactory
- Defined in:
- lib/merb-mailer/mailer.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html.
9 10 11 |
# File 'lib/merb-mailer/mailer.rb', line 9 def html @html end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
9 10 11 |
# File 'lib/merb-mailer/mailer.rb', line 9 def text @text end |