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