Class: RubyCurses::Tabular::ColumnInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/core/widgets/tabular.rb

Overview

stores column info internally

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



40
41
42
# File 'lib/rbcurse/core/widgets/tabular.rb', line 40

def align
  @align
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/rbcurse/core/widgets/tabular.rb', line 40

def name
  @name
end

#wObject

Returns the value of attribute w

Returns:

  • (Object)

    the current value of w



40
41
42
# File 'lib/rbcurse/core/widgets/tabular.rb', line 40

def w
  @w
end