Class: Admin::Base::Resource::SectionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::SectionDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#collapsed ⇒ Object
Returns the value of attribute collapsed.
-
#collapsible ⇒ Object
Returns the value of attribute collapsible.
-
#description ⇒ Object
Returns the value of attribute description.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#collapsed ⇒ Object
Returns the value of attribute collapsed
473 474 475 |
# File 'lib/admin/base/resource.rb', line 473 def collapsed @collapsed end |
#collapsible ⇒ Object
Returns the value of attribute collapsible
473 474 475 |
# File 'lib/admin/base/resource.rb', line 473 def collapsible @collapsible end |
#description ⇒ Object
Returns the value of attribute description
473 474 475 |
# File 'lib/admin/base/resource.rb', line 473 def description @description end |
#title ⇒ Object
Returns the value of attribute title
473 474 475 |
# File 'lib/admin/base/resource.rb', line 473 def title @title end |