Class: HtmlToMarkdown::TableData
- Inherits:
-
Object
- Object
- HtmlToMarkdown::TableData
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#grid ⇒ TableGrid
readonly
Returns the value of attribute grid.
-
#markdown ⇒ String
readonly
Returns the value of attribute markdown.
Instance Method Summary collapse
-
#initialize ⇒ TableData
constructor
A new instance of TableData.
Constructor Details
#initialize ⇒ TableData
Returns a new instance of TableData.
268 |
# File 'sig/types.rbs', line 268
def initialize: (grid: TableGrid, markdown: String) -> void
|
Instance Attribute Details
#grid ⇒ TableGrid (readonly)
Returns the value of attribute grid.
265 266 267 |
# File 'sig/types.rbs', line 265 def grid @grid end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
266 267 268 |
# File 'sig/types.rbs', line 266 def markdown @markdown end |