Class: MailFactory

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

Instance Attribute Summary collapse

Instance Attribute Details

#html ⇒ Object (readonly)

Returns the value of attribute html.



12
13
14
# File 'lib/sinatra/ditties/mailer.rb', line 12

def html
  @html
end

#text ⇒ Object (readonly)

Returns the value of attribute text.



12
13
14
# File 'lib/sinatra/ditties/mailer.rb', line 12

def text
  @text
end