Class: LiterLlm::FileListResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFileListResponse

Returns a new instance of FileListResponse.

Parameters:

  • object: (String)
  • data: (Array[FileObject])
  • has_more: (Boolean)


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

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

Instance Attribute Details

#dataArray[FileObject] (readonly)

Returns the value of attribute data.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def data
  @data
end

#has_moreBoolean? (readonly)

Returns the value of attribute has_more.

Returns:

  • (Boolean, nil)


367
368
369
# File 'sig/types.rbs', line 367

def has_more
  @has_more
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


365
366
367
# File 'sig/types.rbs', line 365

def object
  @object
end