Sha256: ac1749ea4369816a396ac03824228e433269edea8ebc56d29c4283cfb736c753

Contents?: true

Size: 456 Bytes

Versions: 26

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/core_ext'
require 'ehbrs/cooking_book/build/base_page'

module Ehbrs
  module CookingBook
    class Build
      class IndexPage < ::Ehbrs::CookingBook::Build::BasePage
        TITLE = 'InĂ­cio'

        def initialize(parent)
          super(parent, nil)
        end

        def target_basename
          'index'
        end

        def title
          TITLE
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ehbrs-tools-0.35.1 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.35.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.34.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.33.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.32.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.31.1 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.31.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.30.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.29.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.28.3 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.28.2 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.28.1 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.28.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.27.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.26.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.25.1 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.25.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.24.0 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.23.1 lib/ehbrs/cooking_book/build/index_page.rb
ehbrs-tools-0.23.0 lib/ehbrs/cooking_book/build/index_page.rb