Class: HtmlToMarkdown::StructuredData
- Inherits:
-
Object
- Object
- HtmlToMarkdown::StructuredData
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data_type ⇒ StructuredDataType
readonly
Returns the value of attribute data_type.
-
#raw_json ⇒ String
readonly
Returns the value of attribute raw_json.
-
#schema_type ⇒ String
readonly
Returns the value of attribute schema_type.
Instance Method Summary collapse
-
#initialize ⇒ StructuredData
constructor
A new instance of StructuredData.
Constructor Details
#initialize ⇒ StructuredData
Returns a new instance of StructuredData.
66 |
# File 'sig/types.rbs', line 66
def initialize: (data_type: StructuredDataType, raw_json: String, ?schema_type: String) -> void
|
Instance Attribute Details
#data_type ⇒ StructuredDataType (readonly)
Returns the value of attribute data_type.
62 63 64 |
# File 'sig/types.rbs', line 62 def data_type @data_type end |
#raw_json ⇒ String (readonly)
Returns the value of attribute raw_json.
63 64 65 |
# File 'sig/types.rbs', line 63 def raw_json @raw_json end |
#schema_type ⇒ String (readonly)
Returns the value of attribute schema_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def schema_type @schema_type end |