Class: Zm::Client::BodyMail
- Inherits:
-
Object
- Object
- Zm::Client::BodyMail
- Defined in:
- lib/zm/client/common/message.rb
Overview
message content
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.
7 8 9 |
# File 'lib/zm/client/common/message.rb', line 7 def html @html end |
#text ⇒ Object
Returns the value of attribute text.
7 8 9 |
# File 'lib/zm/client/common/message.rb', line 7 def text @text end |