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