Class: DesignSystem::Generic::Builders::Tab
- Defined in:
- lib/design_system/generic/builders/tab.rb
Overview
This class provides generic methods to display tab on html.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers::CssHelper
Methods included from Concerns::BrandDerivable
Constructor Details
This class inherits a constructor from DesignSystem::Generic::Builders::Base
Instance Method Details
#render_tabs ⇒ Object
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 |