class Kitchen::CompositeChapterElementEnumerator
An enumerator for composite page elements
Public Class Methods
factory()
click to toggle source
Returns a factory for this enumerator
@return [ElementEnumeratorFactory]
# File lib/kitchen/composite_chapter_element_enumerator.rb, line 12 def self.factory ElementEnumeratorFactory.new( default_css_or_xpath: Selector.named(:composite_chapter), sub_element_class: CompositeChapterElement, enumerator_class: self ) end