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