Class: Twitter::Bootstrap::Components::V4::Carousel

Inherits:
Base
  • Object
show all
Defined in:
app/components/twitter/bootstrap/components/v4/carousel.rb

Instance Method Summary collapse

Methods inherited from Base

#perform

Instance Method Details

#add_item(options = {}) ⇒ Object



6
7
8
# File 'app/components/twitter/bootstrap/components/v4/carousel.rb', line 6

def add_item(options = {})
  @items << options
end