Class: RubyLLM::Voyage::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/voyage/results.rb

Overview

A cursor-based page returned by a Voyage list endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



69
70
71
# File 'lib/ruby_llm/voyage/results.rb', line 69

def data
  @data
end

#first_idObject

Returns the value of attribute first_id

Returns:

  • (Object)

    the current value of first_id



69
70
71
# File 'lib/ruby_llm/voyage/results.rb', line 69

def first_id
  @first_id
end

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



69
70
71
# File 'lib/ruby_llm/voyage/results.rb', line 69

def has_more
  @has_more
end

#last_idObject

Returns the value of attribute last_id

Returns:

  • (Object)

    the current value of last_id



69
70
71
# File 'lib/ruby_llm/voyage/results.rb', line 69

def last_id
  @last_id
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



69
70
71
# File 'lib/ruby_llm/voyage/results.rb', line 69

def raw
  @raw
end