Class: LiterLlm::ModelsListResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeModelsListResponse

Returns a new instance of ModelsListResponse.

Parameters:



523
# File 'sig/types.rbs', line 523

def initialize: (?object: String, ?data: Array[ModelObject]) -> void

Instance Attribute Details

#dataArray[ModelObject] (readonly)

Returns the value of attribute data.

Returns:



521
522
523
# File 'sig/types.rbs', line 521

def data
  @data
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


520
521
522
# File 'sig/types.rbs', line 520

def object
  @object
end