Class: LiterLlm::ModelsListResponse
- Inherits:
-
Object
- Object
- LiterLlm::ModelsListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[ModelObject]
readonly
Returns the value of attribute data.
-
#object ⇒ String
readonly
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.
523 |
# File 'sig/types.rbs', line 523
def initialize: (?object: String, ?data: Array[ModelObject]) -> void
|
Instance Attribute Details
#data ⇒ Array[ModelObject] (readonly)
Returns the value of attribute data.
521 522 523 |
# File 'sig/types.rbs', line 521 def data @data end |
#object ⇒ String (readonly)
Returns the value of attribute object.
520 521 522 |
# File 'sig/types.rbs', line 520 def object @object end |