Class: AdminIt::Helpers::ToolbarItem
- Inherits:
-
WrapIt::Link
- Object
- WrapIt::Link
- AdminIt::Helpers::ToolbarItem
- Defined in:
- lib/admin_it/helpers/toolbar.rb
Instance Attribute Summary collapse
-
#add_class ⇒ Object
Returns the value of attribute add_class.
-
#add_data ⇒ Object
Returns the value of attribute add_data.
-
#dialog ⇒ Object
Returns the value of attribute dialog.
-
#icon ⇒ Object
Returns the value of attribute icon.
Instance Attribute Details
#add_class ⇒ Object
Returns the value of attribute add_class.
6 7 8 |
# File 'lib/admin_it/helpers/toolbar.rb', line 6 def add_class @add_class end |
#add_data ⇒ Object
Returns the value of attribute add_data.
6 7 8 |
# File 'lib/admin_it/helpers/toolbar.rb', line 6 def add_data @add_data end |
#dialog ⇒ Object
Returns the value of attribute dialog.
6 7 8 |
# File 'lib/admin_it/helpers/toolbar.rb', line 6 def dialog @dialog end |
#icon ⇒ Object
Returns the value of attribute icon.
6 7 8 |
# File 'lib/admin_it/helpers/toolbar.rb', line 6 def icon @icon end |