Class: LiterLlm::ResponseOutputItem
- Inherits:
-
Object
- Object
- LiterLlm::ResponseOutputItem
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ json_value?
Returns the value of attribute content.
-
#item_type ⇒ String?
Returns the value of attribute item_type.
Instance Method Summary collapse
-
#initialize ⇒ ResponseOutputItem
constructor
A new instance of ResponseOutputItem.
Constructor Details
#initialize ⇒ ResponseOutputItem
Returns a new instance of ResponseOutputItem.
658 |
# File 'sig/types.rbs', line 658
def initialize: (?item_type: String, ?content: json_value) -> void
|
Instance Attribute Details
#content ⇒ json_value?
Returns the value of attribute content.
656 657 658 |
# File 'sig/types.rbs', line 656 def content @content end |
#item_type ⇒ String?
Returns the value of attribute item_type.
655 656 657 |
# File 'sig/types.rbs', line 655 def item_type @item_type end |