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)


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

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

Instance Attribute Details

#dataArray[FileObject] (readonly)

Returns the value of attribute data.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def data
  @data
end

#has_moreBoolean? (readonly)

Returns the value of attribute has_more.

Returns:

  • (Boolean, nil)


558
559
560
# File 'sig/types.rbs', line 558

def has_more
  @has_more
end

#objectString (readonly)

Returns the value of attribute object.

Returns:

  • (String)


556
557
558
# File 'sig/types.rbs', line 556

def object
  @object
end