Class: Xberg::TableGrid

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTableGrid



2513
# File 'sig/types.rbs', line 2513

def initialize: (?rows: Integer, ?cols: Integer, ?cells: Array[GridCell]) -> void

Instance Attribute Details

#cellsArray[GridCell] (readonly)

Returns the value of attribute cells.



2511
2512
2513
# File 'sig/types.rbs', line 2511

def cells
  @cells
end

#colsInteger (readonly)

Returns the value of attribute cols.



2510
2511
2512
# File 'sig/types.rbs', line 2510

def cols
  @cols
end

#rowsInteger (readonly)

Returns the value of attribute rows.



2509
2510
2511
# File 'sig/types.rbs', line 2509

def rows
  @rows
end