Class: Admin::Base::Resource::ColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::ColumnDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#css_class ⇒ Object
Returns the value of attribute css_class.
-
#header ⇒ Object
Returns the value of attribute header.
-
#label_color ⇒ Object
Returns the value of attribute label_color.
-
#label_size ⇒ Object
Returns the value of attribute label_size.
-
#name ⇒ Object
Returns the value of attribute name.
-
#render ⇒ Object
Returns the value of attribute render.
-
#sortable ⇒ Object
Returns the value of attribute sortable.
-
#toggle_field ⇒ Object
Returns the value of attribute toggle_field.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def content @content end |
#css_class ⇒ Object
Returns the value of attribute css_class
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def css_class @css_class end |
#header ⇒ Object
Returns the value of attribute header
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def header @header end |
#label_color ⇒ Object
Returns the value of attribute label_color
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def label_color @label_color end |
#label_size ⇒ Object
Returns the value of attribute label_size
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def label_size @label_size end |
#name ⇒ Object
Returns the value of attribute name
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def name @name end |
#render ⇒ Object
Returns the value of attribute render
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def render @render end |
#sortable ⇒ Object
Returns the value of attribute sortable
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def sortable @sortable end |
#toggle_field ⇒ Object
Returns the value of attribute toggle_field
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def toggle_field @toggle_field end |
#type ⇒ Object
Returns the value of attribute type
313 314 315 |
# File 'lib/admin/base/resource.rb', line 313 def type @type end |