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

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

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def align
  @align
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def content
  @content
end

#css_classObject

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def css_class
  @css_class
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def header
  @header
end

#label_colorObject

Returns the value of attribute label_color

Returns:

  • (Object)

    the current value of label_color



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def label_color
  @label_color
end

#label_sizeObject

Returns the value of attribute label_size

Returns:

  • (Object)

    the current value of label_size



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def label_size
  @label_size
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def name
  @name
end

#sortableObject

Returns the value of attribute sortable

Returns:

  • (Object)

    the current value of sortable



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def sortable
  @sortable
end

#toggle_fieldObject

Returns the value of attribute toggle_field

Returns:

  • (Object)

    the current value of toggle_field



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def toggle_field
  @toggle_field
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



364
365
366
# File 'lib/admin/base/resource.rb', line 364

def type
  @type
end