Class: MeducationSDK::CollectionSection
- Defined in:
- lib/meducation_sdk/resources/collection_section.rb
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
#topics ⇒ Object
7 8 9 |
# File 'lib/meducation_sdk/resources/collection_section.rb', line 7 def topics @topics ||= Section.where(section_id: id) end |