Class: Matestack::Ui::Bootstrap::Components::Scrollspy

Inherits:
BaseComponent
  • Object
show all
Defined in:
lib/matestack/ui/bootstrap/components/scrollspy.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



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