Class: Canis::ColumnInfo

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

Overview

column data, one instance for each column index is the index in the data of this column. This index will not change. Order of printing columns is determined by the ordering of the objects.

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def align
  @align
end

#attribObject

Returns the value of attribute attrib



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def attrib
  @attrib
end

#bgcolorObject

Returns the value of attribute bgcolor



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def bgcolor
  @bgcolor
end

#colorObject

Returns the value of attribute color



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def color
  @color
end

#hiddenObject

Returns the value of attribute hidden



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def hidden
  @hidden
end

#indexObject

Returns the value of attribute index



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def index
  @index
end

#nameObject

Returns the value of attribute name



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def name
  @name
end

#offsetObject

Returns the value of attribute offset



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def offset
  @offset
end

#widthObject

Returns the value of attribute width



44
45
46
# File 'lib/canis/core/widgets/table.rb', line 44

def width
  @width
end