class YDIM::Html::View::NavigationLink

Public Instance Methods

init() click to toggle source
Calls superclass method
# File lib/ydim/html/view/navigation.rb, line 12
def init
        super
        self.value = @lookandfeel.lookup(@name)
        self.href = @lookandfeel._event_url(@name)
end