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:



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

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

Instance Attribute Details

#dataArray[ModelObject]?

Returns the value of attribute data.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def data
  @data
end

#objectString?

Returns the value of attribute object.

Returns:

  • (String, nil)


510
511
512
# File 'sig/types.rbs', line 510

def object
  @object
end