Class: LiterLlm::DocumentContent
- Inherits:
-
Object
- Object
- LiterLlm::DocumentContent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String?
Returns the value of attribute data.
-
#media_type ⇒ String?
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.
37 |
# File 'sig/types.rbs', line 37
def initialize: (?data: String, ?media_type: String) -> void
|
Instance Attribute Details
#data ⇒ String?
Returns the value of attribute data.
34 35 36 |
# File 'sig/types.rbs', line 34 def data @data end |
#media_type ⇒ String?
Returns the value of attribute media_type.
35 36 37 |
# File 'sig/types.rbs', line 35 def media_type @media_type end |