Class: MeducationSDK::CollectionSection

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

Constant Summary

Constants included from Helpers

Helpers::SDK_TO_SPI_MAPPINGS

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

#topicsObject



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

def topics
  @topics ||= Section.where(section_id: id)
end