Class: AdminSuite::UI::PanelDefinition
- Inherits:
-
Struct
- Object
- Struct
- AdminSuite::UI::PanelDefinition
- Defined in:
- lib/admin_suite/ui/dashboard_definition.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
5 6 7 |
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5 def end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5 def title @title end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5 def type @type end |