Class: MailFactory

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

Instance Attribute Summary collapse

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