Class: LiterLlm::FileListQuery
- Inherits:
-
Object
- Object
- LiterLlm::FileListQuery
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#after ⇒ String?
Returns the value of attribute after.
-
#limit ⇒ Integer?
Returns the value of attribute limit.
-
#purpose ⇒ String?
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.
555 |
# File 'sig/types.rbs', line 555
def initialize: (?purpose: String, ?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String?
Returns the value of attribute after.
553 554 555 |
# File 'sig/types.rbs', line 553 def after @after end |
#limit ⇒ Integer?
Returns the value of attribute limit.
552 553 554 |
# File 'sig/types.rbs', line 552 def limit @limit end |
#purpose ⇒ String?
Returns the value of attribute purpose.
551 552 553 |
# File 'sig/types.rbs', line 551 def purpose @purpose end |