Class: MeducationSDK::Collection
- Defined in:
- lib/meducation_sdk/resources/collection.rb
Direct Known Subclasses
Constant Summary
Constants included from Helpers
Instance Method Summary collapse
Methods inherited from Resource
#created_at, spi_type=, #updated_at
Methods included from Helpers
#sdk_class_for, #sdk_type_for, #spi_type_for
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 |