Class: Crawlberg::MarkdownResult
- Inherits:
-
Object
- Object
- Crawlberg::MarkdownResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#citations ⇒ Boolean?
Returns the value of attribute citations.
-
#content ⇒ String?
Returns the value of attribute content.
-
#document_structure ⇒ json_value?
Returns the value of attribute document_structure.
-
#fit_content ⇒ String?
Returns the value of attribute fit_content.
-
#tables ⇒ Array[json_value]?
Returns the value of attribute tables.
-
#warnings ⇒ Array[String]?
Returns the value of attribute warnings.
Instance Method Summary collapse
-
#initialize ⇒ MarkdownResult
constructor
A new instance of MarkdownResult.
Constructor Details
#initialize ⇒ MarkdownResult
Returns a new instance of MarkdownResult.
255 |
# File 'sig/types.rbs', line 255
def initialize: (?content: String, ?document_structure: json_value, ?tables: Array[json_value], ?warnings: Array[String], ?citations: bool, ?fit_content: String) -> void
|
Instance Attribute Details
#citations ⇒ Boolean?
Returns the value of attribute citations.
252 253 254 |
# File 'sig/types.rbs', line 252 def citations @citations end |
#content ⇒ String?
Returns the value of attribute content.
248 249 250 |
# File 'sig/types.rbs', line 248 def content @content end |
#document_structure ⇒ json_value?
Returns the value of attribute document_structure.
249 250 251 |
# File 'sig/types.rbs', line 249 def document_structure @document_structure end |
#fit_content ⇒ String?
Returns the value of attribute fit_content.
253 254 255 |
# File 'sig/types.rbs', line 253 def fit_content @fit_content end |
#tables ⇒ Array[json_value]?
Returns the value of attribute tables.
250 251 252 |
# File 'sig/types.rbs', line 250 def tables @tables end |
#warnings ⇒ Array[String]?
Returns the value of attribute warnings.
251 252 253 |
# File 'sig/types.rbs', line 251 def warnings @warnings end |