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.
568 |
# File 'sig/types.rbs', line 568
def initialize: (?purpose: String, ?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String? (readonly)
Returns the value of attribute after.
566 567 568 |
# File 'sig/types.rbs', line 566 def after @after end |
#limit ⇒ Integer? (readonly)
Returns the value of attribute limit.
565 566 567 |
# File 'sig/types.rbs', line 565 def limit @limit end |
#purpose ⇒ String? (readonly)
Returns the value of attribute purpose.
564 565 566 |
# File 'sig/types.rbs', line 564 def purpose @purpose end |