Class: Chamomile::Table::Column

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/components/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/chamomile/components/table.rb', line 6

def title
  @title
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



6
7
8
# File 'lib/chamomile/components/table.rb', line 6

def width
  @width
end