Class: LiterLlm::FileListQuery

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFileListQuery

Returns a new instance of FileListQuery.

Parameters:

  • purpose: (String)
  • limit: (Integer)
  • after: (String)


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

def initialize: (?purpose: String, ?limit: Integer, ?after: String) -> void

Instance Attribute Details

#afterString? (readonly)

Returns the value of attribute after.

Returns:

  • (String, nil)


566
567
568
# File 'sig/types.rbs', line 566

def after
  @after
end

#limitInteger? (readonly)

Returns the value of attribute limit.

Returns:

  • (Integer, nil)


565
566
567
# File 'sig/types.rbs', line 565

def limit
  @limit
end

#purposeString? (readonly)

Returns the value of attribute purpose.

Returns:

  • (String, nil)


564
565
566
# File 'sig/types.rbs', line 564

def purpose
  @purpose
end