Method: SectionDef#initialize

Defined in:
lib/coursegen/course/data/section_def.rb

#initialize(title, selector, options = {}) ⇒ SectionDef

Returns a new instance of SectionDef.



5
6
7
8
9
# File 'lib/coursegen/course/data/section_def.rb', line 5

def initialize(title, selector, options = {})
  @title = title
  @selector = selector
  @options = options
end