Class: MeducationSDK::Collection
- Inherits:
-
Loquor::Resource
- Object
- Loquor::Resource
- MeducationSDK::Collection
- Defined in:
- lib/meducation_sdk/resources/collection.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#sections ⇒ Object
7 8 9 |
# File 'lib/meducation_sdk/resources/collection.rb', line 7 def sections @sections ||= Section.where(collection_id: id) end |