Class: SendGmail::Objects::Mail

Inherits:
Object
  • Object
show all
Defined in:
lib/send_gmail/objects/mail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/send_gmail/objects/mail.rb', line 4

def body
  @body
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/send_gmail/objects/mail.rb', line 4

def date
  @date
end

#fromObject

Returns the value of attribute from.



4
5
6
# File 'lib/send_gmail/objects/mail.rb', line 4

def from
  @from
end

#subjectObject

Returns the value of attribute subject.



4
5
6
# File 'lib/send_gmail/objects/mail.rb', line 4

def subject
  @subject
end