Class: LiterLlm::BatchListQuery

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBatchListQuery

Returns a new instance of BatchListQuery.

Parameters:

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


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

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

Instance Attribute Details

#afterString?

Returns the value of attribute after.

Returns:

  • (String, nil)


617
618
619
# File 'sig/types.rbs', line 617

def after
  @after
end

#limitInteger?

Returns the value of attribute limit.

Returns:

  • (Integer, nil)


616
617
618
# File 'sig/types.rbs', line 616

def limit
  @limit
end