Class: Redox::Models::Message
- Inherits:
-
Redox::Model
- Object
- Hashie::Trash
- Redox::Model
- Redox::Models::Message
- Defined in:
- lib/redox/models/message.rb
Direct Known Subclasses
Flowsheet::New, Redox::Media::NewResponse, PatientSearch::Response, Query, Scheduling::BookedResponse
Instance Attribute Summary collapse
-
#_body ⇒ Object
Returns the value of attribute _body.
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
#_body ⇒ Object
Returns the value of attribute _body.
8 9 10 |
# File 'lib/redox/models/message.rb', line 8 def _body @_body end |