Class: MailFactory

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

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html.



8
9
10
# File 'lib/sinatra_mailer/mailer.rb', line 8

def html
  @html
end

#textObject (readonly)

Returns the value of attribute text.



8
9
10
# File 'lib/sinatra_mailer/mailer.rb', line 8

def text
  @text
end