Class: YDIM::Html::View::NavigationLink
- Inherits:
-
HtmlGrid::Link
- Object
- HtmlGrid::Link
- YDIM::Html::View::NavigationLink
- Defined in:
- lib/ydim/html/view/navigation.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
11 12 13 14 15 |
# File 'lib/ydim/html/view/navigation.rb', line 11 def init super self.value = @lookandfeel.lookup(@name) self.href = @lookandfeel._event_url(@name) end |