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.
206 |
# File 'sig/types.rbs', line 206
def initialize: (nodes: Array[DocumentNode], ?source_format: String) -> void
|
Instance Attribute Details
#nodes ⇒ Array[DocumentNode] (readonly)
Returns the value of attribute nodes.
203 204 205 |
# File 'sig/types.rbs', line 203 def nodes @nodes end |
#source_format ⇒ String? (readonly)
Returns the value of attribute source_format.
204 205 206 |
# File 'sig/types.rbs', line 204 def source_format @source_format end |