Class: Feedigest::MailComposer::Mail
- Inherits:
-
Struct
- Object
- Struct
- Feedigest::MailComposer::Mail
- Defined in:
- lib/feedigest/mail_composer.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#html_body ⇒ Object
Returns the value of attribute html_body.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#text_body ⇒ Object
Returns the value of attribute text_body.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'lib/feedigest/mail_composer.rb', line 7 def from @from end |
#html_body ⇒ Object
Returns the value of attribute html_body
7 8 9 |
# File 'lib/feedigest/mail_composer.rb', line 7 def html_body @html_body end |
#subject ⇒ Object
Returns the value of attribute subject
7 8 9 |
# File 'lib/feedigest/mail_composer.rb', line 7 def subject @subject end |
#text_body ⇒ Object
Returns the value of attribute text_body
7 8 9 |
# File 'lib/feedigest/mail_composer.rb', line 7 def text_body @text_body end |
#to ⇒ Object
Returns the value of attribute to
7 8 9 |
# File 'lib/feedigest/mail_composer.rb', line 7 def to @to end |