Class: EndView::Bootstrap::TabPane

Inherits:
Object
  • Object
show all
Defined in:
lib/end_view/bootstrap/tab_pane.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#activeObject



23
24
25
# File 'lib/end_view/bootstrap/tab_pane.rb', line 23

def active
  @active && 'active'
end

Instance Method Details

#labelObject



19
20
21
# File 'lib/end_view/bootstrap/tab_pane.rb', line 19

def label
  @label ||= Inflecto.humanize(id)
end

#renderObject



15
16
17
# File 'lib/end_view/bootstrap/tab_pane.rb', line 15

def render
  content || content_block.call
end