Class: Admin::Base::Resource::ColumnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/admin/base/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def content
  @content
end

#css_classObject

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def css_class
  @css_class
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def header
  @header
end

#label_colorObject

Returns the value of attribute label_color

Returns:

  • (Object)

    the current value of label_color



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def label_color
  @label_color
end

#label_sizeObject

Returns the value of attribute label_size

Returns:

  • (Object)

    the current value of label_size



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def label_size
  @label_size
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def name
  @name
end

#renderObject

Returns the value of attribute render

Returns:

  • (Object)

    the current value of render



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def render
  @render
end

#sortableObject

Returns the value of attribute sortable

Returns:

  • (Object)

    the current value of sortable



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def sortable
  @sortable
end

#toggle_fieldObject

Returns the value of attribute toggle_field

Returns:

  • (Object)

    the current value of toggle_field



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def toggle_field
  @toggle_field
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



313
314
315
# File 'lib/admin/base/resource.rb', line 313

def type
  @type
end