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)


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

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

Instance Attribute Details

#dataArray[FileObject]?

Returns the value of attribute data.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def data
  @data
end

#has_moreBoolean?

Returns the value of attribute has_more.

Returns:

  • (Boolean, nil)


548
549
550
# File 'sig/types.rbs', line 548

def has_more
  @has_more
end

#objectString?

Returns the value of attribute object.

Returns:

  • (String, nil)


546
547
548
# File 'sig/types.rbs', line 546

def object
  @object
end