Class: MeducationSDK::Message

Inherits:
Loquor::Resource
  • Object
show all
Defined in:
lib/meducation_sdk/resources/message.rb

Direct Known Subclasses

MessageMock

Instance Method Summary collapse

Instance Method Details

#fromObject



5
6
7
# File 'lib/meducation_sdk/resources/message.rb', line 5

def from
  @user ||= User.find(from_id)
end

#threadObject



9
10
11
# File 'lib/meducation_sdk/resources/message.rb', line 9

def thread
  @thread ||= MessageThread.find(thread_id)
end