Class: Zm::Client::Message::Body
- Inherits:
-
Object
- Object
- Zm::Client::Message::Body
- Defined in:
- lib/zm/client/message/message.rb
Overview
content fo an email
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html.
75 76 77 |
# File 'lib/zm/client/message/message.rb', line 75 def html @html end |
#text ⇒ Object
Returns the value of attribute text.
75 76 77 |
# File 'lib/zm/client/message/message.rb', line 75 def text @text end |