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



4
5
6
# File 'lib/erector/widgets/table.rb', line 4

def cell_proc
  @cell_proc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/erector/widgets/table.rb', line 4

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/erector/widgets/table.rb', line 4

def name
  @name
end