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.



110
111
112
# File 'lib/zm/client/message/message.rb', line 110

def html
  @html
end

#textObject

Returns the value of attribute text.



110
111
112
# File 'lib/zm/client/message/message.rb', line 110

def text
  @text
end