Class: Erector::Widgets::Table::ColumnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/erector/widgets/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cell_procObject

Returns the value of attribute cell_proc

Returns:

  • (Object)

    the current value of cell_proc



18
19
20
# File 'lib/erector/widgets/table.rb', line 18

def cell_proc
  @cell_proc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



18
19
20
# File 'lib/erector/widgets/table.rb', line 18

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/erector/widgets/table.rb', line 18

def name
  @name
end