Class: DesignSystem::Generic::Builders::Tab

Inherits:
Base
  • Object
show all
Defined in:
lib/design_system/generic/builders/tab.rb

Overview

This class provides generic methods to display tab on html.

Direct Known Subclasses

DesignSystem::Govuk::Builders::Tab

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Helpers::CssHelper

#css_class_options_merge

Methods included from Concerns::BrandDerivable

#brand

Constructor Details

This class inherits a constructor from DesignSystem::Generic::Builders::Base

Instance Method Details

#render_tabsObject



8
9
10
# File 'lib/design_system/generic/builders/tab.rb', line 8

def render_tabs
  raise 'Subclass needs to implement brand specific render_tabs'
end