Class: LiterLlm::FileListQuery
- Inherits:
-
Object
- Object
- LiterLlm::FileListQuery
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#after ⇒ String?
readonly
Returns the value of attribute after.
-
#limit ⇒ Integer?
readonly
Returns the value of attribute limit.
-
#purpose ⇒ String?
readonly
Returns the value of attribute purpose.
Instance Method Summary collapse
-
#initialize ⇒ FileListQuery
constructor
A new instance of FileListQuery.
Constructor Details
#initialize ⇒ FileListQuery
Returns a new instance of FileListQuery.
361 |
# File 'sig/types.rbs', line 361
def initialize: (?purpose: String, ?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String? (readonly)
Returns the value of attribute after.
359 360 361 |
# File 'sig/types.rbs', line 359 def after @after end |
#limit ⇒ Integer? (readonly)
Returns the value of attribute limit.
358 359 360 |
# File 'sig/types.rbs', line 358 def limit @limit end |
#purpose ⇒ String? (readonly)
Returns the value of attribute purpose.
357 358 359 |
# File 'sig/types.rbs', line 357 def purpose @purpose end |