Class: LiterLlm::ModelsListResponse
- Inherits:
-
Object
- Object
- LiterLlm::ModelsListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[ModelObject]?
Returns the value of attribute data.
-
#object ⇒ String?
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize ⇒ ModelsListResponse
constructor
A new instance of ModelsListResponse.
Constructor Details
#initialize ⇒ ModelsListResponse
Returns a new instance of ModelsListResponse.
513 |
# File 'sig/types.rbs', line 513
def initialize: (?object: String, ?data: Array[ModelObject]) -> void
|
Instance Attribute Details
#data ⇒ Array[ModelObject]?
Returns the value of attribute data.
511 512 513 |
# File 'sig/types.rbs', line 511 def data @data end |
#object ⇒ String?
Returns the value of attribute object.
510 511 512 |
# File 'sig/types.rbs', line 510 def object @object end |