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:



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

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

Instance Attribute Details

#gridTableGrid (readonly)

Returns the value of attribute grid.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def grid
  @grid
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


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

def markdown
  @markdown
end