Class: Zm::Client::Message::Body

Inherits:
Object
  • Object
show all
Defined in:
lib/zm/client/message/message.rb

Overview

content fo an email

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject

Returns the value of attribute html.



116
117
118
# File 'lib/zm/client/message/message.rb', line 116

def html
  @html
end

#textObject

Returns the value of attribute text.



116
117
118
# File 'lib/zm/client/message/message.rb', line 116

def text
  @text
end