Class: Pageflow::Admin::TabsView Private
- Inherits:
-
ViewComponent
- Object
- Arbre::Component
- ViewComponent
- Pageflow::Admin::TabsView
- Defined in:
- app/views/components/pageflow/admin/tabs_view.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #options ⇒ Object readonly private
- #tabs ⇒ Object readonly private
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'app/views/components/pageflow/admin/tabs_view.rb', line 7 def end |
#tabs ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'app/views/components/pageflow/admin/tabs_view.rb', line 7 def tabs @tabs end |
Instance Method Details
#build(tabs, options = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 12 13 14 15 16 17 |
# File 'app/views/components/pageflow/admin/tabs_view.rb', line 9 def build(tabs, = {}) super(class: 'admin_tabs_view') = @tabs = filter_tabs(tabs) build_tab_list build_tab_containers end |