Class: RubyLLM::Voyage::Page
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Voyage::Page
- Defined in:
- lib/ruby_llm/voyage/results.rb
Overview
A cursor-based page returned by a Voyage list endpoint.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#first_id ⇒ Object
Returns the value of attribute first_id.
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#last_id ⇒ Object
Returns the value of attribute last_id.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
69 70 71 |
# File 'lib/ruby_llm/voyage/results.rb', line 69 def data @data end |
#first_id ⇒ Object
Returns the value of attribute first_id
69 70 71 |
# File 'lib/ruby_llm/voyage/results.rb', line 69 def first_id @first_id end |
#has_more ⇒ Object
Returns the value of attribute has_more
69 70 71 |
# File 'lib/ruby_llm/voyage/results.rb', line 69 def has_more @has_more end |
#last_id ⇒ Object
Returns the value of attribute last_id
69 70 71 |
# File 'lib/ruby_llm/voyage/results.rb', line 69 def last_id @last_id end |
#raw ⇒ Object
Returns the value of attribute raw
69 70 71 |
# File 'lib/ruby_llm/voyage/results.rb', line 69 def raw @raw end |