Class: RubyUIAdmin::Menu::DashboardItem
- Inherits:
-
Struct
- Object
- Struct
- RubyUIAdmin::Menu::DashboardItem
- Defined in:
- lib/ruby_ui_admin/menu/builder.rb
Overview
A leaf linking to a dashboard.
Instance Attribute Summary collapse
-
#dashboard ⇒ Object
Returns the value of attribute dashboard.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Method Summary collapse
Instance Attribute Details
#dashboard ⇒ Object
Returns the value of attribute dashboard
17 18 19 |
# File 'lib/ruby_ui_admin/menu/builder.rb', line 17 def dashboard @dashboard end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/ruby_ui_admin/menu/builder.rb', line 17 def label @label end |
Instance Method Details
#type ⇒ Object
18 |
# File 'lib/ruby_ui_admin/menu/builder.rb', line 18 def type = :dashboard |