Class: MeducationSDK::CollectionTopic
- Inherits:
-
Loquor::Resource
- Object
- Loquor::Resource
- MeducationSDK::CollectionTopic
- Defined in:
- lib/meducation_sdk/resources/collection_topic.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#comments ⇒ Object
11 12 13 |
# File 'lib/meducation_sdk/resources/collection_topic.rb', line 11 def comments @comments ||= Comment.where(id: comment_ids) end |
#user ⇒ Object
7 8 9 |
# File 'lib/meducation_sdk/resources/collection_topic.rb', line 7 def user @user ||= User.find(user_id) end |