Class: HtmlToMarkdown::DocumentStructure
- Inherits:
-
Object
- Object
- HtmlToMarkdown::DocumentStructure
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#nodes ⇒ Array[DocumentNode]
readonly
Returns the value of attribute nodes.
-
#source_format ⇒ String
readonly
Returns the value of attribute source_format.
Instance Method Summary collapse
-
#initialize ⇒ DocumentStructure
constructor
A new instance of DocumentStructure.
Constructor Details
#initialize ⇒ DocumentStructure
Returns a new instance of DocumentStructure.
208 |
# File 'sig/types.rbs', line 208
def initialize: (nodes: Array[DocumentNode], ?source_format: String) -> void
|
Instance Attribute Details
#nodes ⇒ Array[DocumentNode] (readonly)
Returns the value of attribute nodes.
205 206 207 |
# File 'sig/types.rbs', line 205 def nodes @nodes end |
#source_format ⇒ String (readonly)
Returns the value of attribute source_format.
206 207 208 |
# File 'sig/types.rbs', line 206 def source_format @source_format end |