Class: Matestack::Ui::Bootstrap::Components::Scrollspy
- Inherits:
-
BaseComponent
- Object
- Component
- BaseComponent
- Matestack::Ui::Bootstrap::Components::Scrollspy
- Defined in:
- lib/matestack/ui/bootstrap/components/scrollspy.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
12 13 14 15 16 |
# File 'lib/matestack/ui/bootstrap/components/scrollspy.rb', line 12 def response div scrollspy_attributes do yield if block_given? end end |