class Kitchen::Directions::BakeIndex::V1::Term

Attributes

group_by[R]
id[R]
page_title[R]
text[R]

Public Class Methods

new(text:, id:, group_by:, page_title:) click to toggle source
# File lib/kitchen/directions/bake_index/v1.rb, line 15
def initialize(text:, id:, group_by:, page_title:)
  @text = text.strip
  @id = id
  @group_by = group_by
  @page_title = page_title
end