class MenuItem
Single menu item
Attributes
id[RW]
title[RW]
value[RW]
Public Class Methods
new(id, title, value)
click to toggle source
# File lib/bunch/url_generator.rb, line 94 def initialize(id, title, value) @id = id @title = title @value = value end