Class: HtmlToMarkdown::TableData

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTableData

Returns a new instance of TableData.

Parameters:



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

def initialize: (grid: TableGrid, markdown: String) -> void

Instance Attribute Details

#gridTableGrid (readonly)

Returns the value of attribute grid.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def grid
  @grid
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


268
269
270
# File 'sig/types.rbs', line 268

def markdown
  @markdown
end