Class: CategoryBarNextLevelActionElement

Inherits:
CompositeLinkActionElement show all
Defined in:
lib/ribit/actionelement.rb

Instance Attribute Summary

Attributes inherited from ActionElement

#id

Instance Method Summary collapse

Methods inherited from CompositeLinkActionElement

#replace_link_elements

Methods inherited from ActionElement

#remove

Constructor Details

#initialize(id, element) ⇒ CategoryBarNextLevelActionElement

Returns a new instance of CategoryBarNextLevelActionElement.



148
149
150
# File 'lib/ribit/actionelement.rb', line 148

def initialize( id, element )
     super( id, element, ' - ', false )
end