Class: LiterLlm::DocumentContent
- Inherits:
-
Object
- Object
- LiterLlm::DocumentContent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String
readonly
Returns the value of attribute data.
-
#media_type ⇒ String
readonly
Returns the value of attribute media_type.
Instance Method Summary collapse
-
#initialize ⇒ DocumentContent
constructor
A new instance of DocumentContent.
Constructor Details
#initialize ⇒ DocumentContent
Returns a new instance of DocumentContent.
326 |
# File 'sig/types.rbs', line 326
def initialize: (?data: String, ?media_type: String) -> void
|
Instance Attribute Details
#data ⇒ String (readonly)
Returns the value of attribute data.
323 324 325 |
# File 'sig/types.rbs', line 323 def data @data end |
#media_type ⇒ String (readonly)
Returns the value of attribute media_type.
324 325 326 |
# File 'sig/types.rbs', line 324 def media_type @media_type end |