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.
-
#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.
-
#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
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def association @association end |
#collapsed ⇒ Object
Returns the value of attribute collapsed
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def collapsed @collapsed end |
#collapsible ⇒ Object
Returns the value of attribute collapsible
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def collapsible @collapsible end |
#columns ⇒ Object
Returns the value of attribute columns
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def columns @columns end |
#display ⇒ Object
Returns the value of attribute display
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def display @display end |
#fields ⇒ Object
Returns the value of attribute fields
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def fields @fields end |
#limit ⇒ Object
Returns the value of attribute limit
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def limit @limit end |
#link_to ⇒ Object
Returns the value of attribute link_to
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def link_to @link_to end |
#name ⇒ Object
Returns the value of attribute name
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def name @name end |
#paginate ⇒ Object
Returns the value of attribute paginate
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def paginate @paginate end |
#per_page ⇒ Object
Returns the value of attribute per_page
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def per_page @per_page end |
#render ⇒ Object
Returns the value of attribute render
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def render @render end |
#resource ⇒ Object
Returns the value of attribute resource
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def resource @resource end |
#title ⇒ Object
Returns the value of attribute title
493 494 495 |
# File 'lib/admin/base/resource.rb', line 493 def title @title end |