Class: Feedigest::MailComposer::Mail

Inherits:
Struct
  • Object
show all
Defined in:
lib/feedigest/mail_composer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



7
8
9
# File 'lib/feedigest/mail_composer.rb', line 7

def from
  @from
end

#html_bodyObject

Returns the value of attribute html_body

Returns:

  • (Object)

    the current value of html_body



7
8
9
# File 'lib/feedigest/mail_composer.rb', line 7

def html_body
  @html_body
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



7
8
9
# File 'lib/feedigest/mail_composer.rb', line 7

def subject
  @subject
end

#text_bodyObject

Returns the value of attribute text_body

Returns:

  • (Object)

    the current value of text_body



7
8
9
# File 'lib/feedigest/mail_composer.rb', line 7

def text_body
  @text_body
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



7
8
9
# File 'lib/feedigest/mail_composer.rb', line 7

def to
  @to
end