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.
246 |
# File 'sig/types.rbs', line 246
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.
243 244 245 |
# File 'sig/types.rbs', line 243 def citations @citations end |
#content ⇒ String?
Returns the value of attribute content.
239 240 241 |
# File 'sig/types.rbs', line 239 def content @content end |
#document_structure ⇒ json_value?
Returns the value of attribute document_structure.
240 241 242 |
# File 'sig/types.rbs', line 240 def document_structure @document_structure end |
#fit_content ⇒ String?
Returns the value of attribute fit_content.
244 245 246 |
# File 'sig/types.rbs', line 244 def fit_content @fit_content end |
#tables ⇒ Array[json_value]?
Returns the value of attribute tables.
241 242 243 |
# File 'sig/types.rbs', line 241 def tables @tables end |
#warnings ⇒ Array[String]?
Returns the value of attribute warnings.
242 243 244 |
# File 'sig/types.rbs', line 242 def warnings @warnings end |