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)


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

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

Instance Attribute Details

#afterString? (readonly)

Returns the value of attribute after.

Returns:

  • (String, nil)


627
628
629
# File 'sig/types.rbs', line 627

def after
  @after
end

#limitInteger? (readonly)

Returns the value of attribute limit.

Returns:

  • (Integer, nil)


626
627
628
# File 'sig/types.rbs', line 626

def limit
  @limit
end