Class: Admin::Base::Resource::ShowSectionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::ShowSectionDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#association ⇒ Object
Returns the value of attribute association.
-
#collapsed ⇒ Object
Returns the value of attribute collapsed.
-
#collapsible ⇒ Object
Returns the value of attribute collapsible.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#display ⇒ Object
Returns the value of attribute display.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#hide_blank ⇒ Object
Returns the value of attribute hide_blank.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#link_to ⇒ Object
Returns the value of attribute link_to.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#paginate ⇒ Object
Returns the value of attribute paginate.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#render ⇒ Object
Returns the value of attribute render.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#association ⇒ Object
Returns the value of attribute association
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def association @association end |
#collapsed ⇒ Object
Returns the value of attribute collapsed
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def collapsed @collapsed end |
#collapsible ⇒ Object
Returns the value of attribute collapsible
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def collapsible @collapsible end |
#columns ⇒ Object
Returns the value of attribute columns
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def columns @columns end |
#display ⇒ Object
Returns the value of attribute display
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def display @display end |
#fields ⇒ Object
Returns the value of attribute fields
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def fields @fields end |
#hide_blank ⇒ Object
Returns the value of attribute hide_blank
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def hide_blank @hide_blank end |
#limit ⇒ Object
Returns the value of attribute limit
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def limit @limit end |
#link_to ⇒ Object
Returns the value of attribute link_to
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def link_to @link_to end |
#name ⇒ Object
Returns the value of attribute name
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def name @name end |
#options ⇒ Object
Returns the value of attribute options
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def @options end |
#paginate ⇒ Object
Returns the value of attribute paginate
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def paginate @paginate end |
#per_page ⇒ Object
Returns the value of attribute per_page
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def per_page @per_page end |
#render ⇒ Object
Returns the value of attribute render
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def render @render end |
#resource ⇒ Object
Returns the value of attribute resource
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def resource @resource end |
#title ⇒ Object
Returns the value of attribute title
566 567 568 |
# File 'lib/admin/base/resource.rb', line 566 def title @title end |