Class: Zm::Client::BodyMail

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

Overview

message content

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject

Returns the value of attribute html.



7
8
9
# File 'lib/zm/client/common/message.rb', line 7

def html
  @html
end

#textObject

Returns the value of attribute text.



7
8
9
# File 'lib/zm/client/common/message.rb', line 7

def text
  @text
end