Class: Matestack::Ui::Bootstrap::Components::TabNavContent
- Inherits:
-
BaseComponent
- Object
- Component
- BaseComponent
- Matestack::Ui::Bootstrap::Components::TabNavContent
- Defined in:
- lib/matestack/ui/bootstrap/components/tab_nav_content.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
9 10 11 12 13 |
# File 'lib/matestack/ui/bootstrap/components/tab_nav_content.rb', line 9 def response div tab_content_attributes do yield if block_given? end end |