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