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