Class: Renalware::Feeds::Message

Inherits:
ApplicationRecord show all
Defined in:
app/models/renalware/feeds/message.rb

Overview

Responsible for persisting the raw message. Useful for audit and debugging purposes.

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
# File 'app/models/renalware/feeds/message.rb', line 15

def to_s
  body
end