Class: Redox::Models::Message

Inherits:
Redox::Model show all
Defined in:
lib/redox/models/message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Redox::Model

from_redox_json, #initialize, redox_property, #to_redox_hash, #to_redox_json, to_snake_case, #value_to_redox_hash

Constructor Details

This class inherits a constructor from Redox::Model

Instance Attribute Details

#_bodyObject

Returns the value of attribute _body.



8
9
10
# File 'lib/redox/models/message.rb', line 8

def _body
  @_body
end