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.
270 |
# File 'sig/types.rbs', line 270
def initialize: (grid: TableGrid, markdown: String) -> void
|
Instance Attribute Details
#grid ⇒ TableGrid (readonly)
Returns the value of attribute grid.
267 268 269 |
# File 'sig/types.rbs', line 267 def grid @grid end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
268 269 270 |
# File 'sig/types.rbs', line 268 def markdown @markdown end |