Class: MeducationSDK::CollectionTopic

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

Direct Known Subclasses

CollectionTopicMock

Instance Method Summary collapse

Instance Method Details

#commentsObject



11
12
13
# File 'lib/meducation_sdk/resources/collection_topic.rb', line 11

def comments
  @comments ||= Comment.where(id: comment_ids)
end

#userObject



7
8
9
# File 'lib/meducation_sdk/resources/collection_topic.rb', line 7

def user
  @user ||= User.find(user_id)
end