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



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

def cell_proc
  @cell_proc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end