Class: SendGmail::Objects::Mail
- Inherits:
-
Object
- Object
- SendGmail::Objects::Mail
- Defined in:
- lib/send_gmail/objects/mail.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#date ⇒ Object
Returns the value of attribute date.
-
#from ⇒ Object
Returns the value of attribute from.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
4 5 6 |
# File 'lib/send_gmail/objects/mail.rb', line 4 def body @body end |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/send_gmail/objects/mail.rb', line 4 def date @date end |
#from ⇒ Object
Returns the value of attribute from.
4 5 6 |
# File 'lib/send_gmail/objects/mail.rb', line 4 def from @from end |
#subject ⇒ Object
Returns the value of attribute subject.
4 5 6 |
# File 'lib/send_gmail/objects/mail.rb', line 4 def subject @subject end |