class XmlConv::View::NavigationLink
Public Instance Methods
init()
click to toggle source
CSS_CLASS = “navigation”
Calls superclass method
# File lib/xmlconv/view/navigationlink.rb, line 10 def init super unless(@lookandfeel.direct_event == @name) @attributes.store("href", @lookandfeel.event_url(@name)) end end