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)


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

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

Instance Attribute Details

#afterString? (readonly)

Returns the value of attribute after.

Returns:

  • (String, nil)


359
360
361
# File 'sig/types.rbs', line 359

def after
  @after
end

#limitInteger? (readonly)

Returns the value of attribute limit.

Returns:

  • (Integer, nil)


358
359
360
# File 'sig/types.rbs', line 358

def limit
  @limit
end

#purposeString? (readonly)

Returns the value of attribute purpose.

Returns:

  • (String, nil)


357
358
359
# File 'sig/types.rbs', line 357

def purpose
  @purpose
end