Class: CourseModuleDrop

Inherits:
Liquid::Simplero::Drop show all
Includes:
ShareableDropConcerns
Defined in:
app/drops/course_module_drop.rb

Overview

CourseLessonDrop represents a course module. It's available as the top-level course_module on a course lesson page, as a reference on CourseDrop, or as a collection on CourseModuleDrop.

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#colorString

Returns:

  • (String)

#completed_lessons_countInteger

Returns:

  • (Integer)

#courseCourseDrop

Returns:

#descriptionString

Returns:

  • (String)

#has_thumbnails?Boolean

Returns:

  • (Boolean)

#idInteger

Returns:

  • (Integer)

#lessonsArray<CourseLessonDrop>

Returns:

#lessons_countInteger

Returns:

  • (Integer)

#pathString

Returns:

  • (String)

#positionInteger

Returns:

  • (Integer)

#titleString

Returns:

  • (String)

#urlString

Returns:

  • (String)