Class: SimpleNavigation::ItemContainer

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_navigation/core_ext/item_container.rb

Overview

ItemContainer monkey-patch to add some Bootstrap configuration attributes

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute dropdown.



4
5
6
# File 'lib/simple_navigation/core_ext/item_container.rb', line 4

def dropdown
  @dropdown
end

#splitObject

Returns the value of attribute split.



4
5
6
# File 'lib/simple_navigation/core_ext/item_container.rb', line 4

def split
  @split
end