class MeducationSDK::Message

Public Instance Methods

from() click to toggle source
# File lib/meducation_sdk/resources/message.rb, line 5
def from
  @user ||= User.find(from_id)
end
thread() click to toggle source
# File lib/meducation_sdk/resources/message.rb, line 9
def thread
  @thread ||= MessageThread.find(thread_id)
end