Sha256: a8b8f80ce54688bea7e7f2003b414a6f2058a3a3d2f6482e359489214417d70f

Contents?: true

Size: 656 Bytes

Versions: 32

Compression:

Stored size: 656 Bytes

Contents

# frozen_string_literal: true

# This model represents the 'section-faq' content type in Contentful.  Any linked
# entries of the 'section-faq' content type will be resolved as instances of this class.
# It exposes .find, .find_by, and .find_all methods to query Contentful.
class SectionFaq < WCC::Contentful::Model::SectionFaq
  # Override functionality or add utilities
  #
  # # Example: override equality
  # def ===(other)
  #   ...
  # end
  #
  # # Example: override "title" attribute to always be titlecase.
  # #          `@title` is populated by the gem in the initializer.
  # def title
  #   @title_titlecased ||= @title.titlecase
  # end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.0.8 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.7 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.6 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.5 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.4 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.3 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.2 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.1 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.0 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.0.pre.rc3 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.0.pre.rc2 lib/generators/wcc/templates/section-faq/models/section_faq.rb
wcc-contentful-app-1.0.0.pre.rc1 lib/generators/wcc/templates/section-faq/models/section_faq.rb