Class: MailFactory
- Inherits:
-
Object
- Object
- MailFactory
- Defined in:
- lib/diddies/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.
12 13 14 |
# File 'lib/diddies/mailer.rb', line 12 def html @html end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
12 13 14 |
# File 'lib/diddies/mailer.rb', line 12 def text @text end |