Class: Docks::Themes::API::Components::Tablist

Inherits:
Base
  • Object
show all
Defined in:
lib/docks_theme_api/components/tablist_component.rb

Instance Attribute Summary

Attributes inherited from Base

#block

Instance Method Summary collapse

Methods inherited from Base

#==, #classes_for, #config, #initialize, #inspect, #method_missing, #respond_to?, #to_s

Constructor Details

This class inherits a constructor from Docks::Themes::API::Components::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Docks::Themes::API::Components::Base

Instance Method Details

#tab(*args) ⇒ Object



7
# File 'lib/docks_theme_api/components/tablist_component.rb', line 7

def tab(*args); @view.docks_component("tablist:tab", *args) end