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
426 427 428 |
# File 'lib/admin/base/resource.rb', line 426 def collapsed @collapsed end |
#collapsible ⇒ Object
Returns the value of attribute collapsible
426 427 428 |
# File 'lib/admin/base/resource.rb', line 426 def collapsible @collapsible end |
#description ⇒ Object
Returns the value of attribute description
426 427 428 |
# File 'lib/admin/base/resource.rb', line 426 def description @description end |
#title ⇒ Object
Returns the value of attribute title
426 427 428 |
# File 'lib/admin/base/resource.rb', line 426 def title @title end |