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.
-
#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
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def content @content end |
#css_class ⇒ Object
Returns the value of attribute css_class
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def css_class @css_class end |
#header ⇒ Object
Returns the value of attribute header
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def header @header end |
#label_color ⇒ Object
Returns the value of attribute label_color
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def label_color @label_color end |
#label_size ⇒ Object
Returns the value of attribute label_size
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def label_size @label_size end |
#name ⇒ Object
Returns the value of attribute name
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def name @name end |
#sortable ⇒ Object
Returns the value of attribute sortable
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def sortable @sortable end |
#toggle_field ⇒ Object
Returns the value of attribute toggle_field
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def toggle_field @toggle_field end |
#type ⇒ Object
Returns the value of attribute type
343 344 345 |
# File 'lib/admin/base/resource.rb', line 343 def type @type end |