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.



75
76
77
# File 'lib/zm/client/message/message.rb', line 75

def html
  @html
end

#textObject

Returns the value of attribute text.



75
76
77
# File 'lib/zm/client/message/message.rb', line 75

def text
  @text
end