Class: PhlexUI::Table::Builder::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/phlex_ui/table/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



7
8
9
# File 'lib/phlex_ui/table/builder.rb', line 7

def block
  @block
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



7
8
9
# File 'lib/phlex_ui/table/builder.rb', line 7

def footer
  @footer
end

Returns the value of attribute footer_attrs

Returns:

  • (Object)

    the current value of footer_attrs



7
8
9
# File 'lib/phlex_ui/table/builder.rb', line 7

def footer_attrs
  @footer_attrs
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



7
8
9
# File 'lib/phlex_ui/table/builder.rb', line 7

def header
  @header
end

#header_attrsObject

Returns the value of attribute header_attrs

Returns:

  • (Object)

    the current value of header_attrs



7
8
9
# File 'lib/phlex_ui/table/builder.rb', line 7

def header_attrs
  @header_attrs
end