Sha256: 9e974541f124b60870bba54c6a99f2362d91235ed641aebf9ccf4a3589d7eb38
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module Kitchen module Selectors # A specific set of selectors # class Standard1 < Base # Create a new instance # def initialize super self.title_in_page = "./*[@data-type = 'document-title']" self.title_in_introduction_page = "./*[@data-type = 'document-title']" self.page_summary = 'section.summary' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openstax_kitchen-3.2.0 | lib/kitchen/selectors/standard_1.rb |
openstax_kitchen-3.1.0 | lib/kitchen/selectors/standard_1.rb |
openstax_kitchen-3.0.0 | lib/kitchen/selectors/standard_1.rb |