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.
558 |
# File 'sig/types.rbs', line 558
def initialize: (?purpose: String, ?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String?
Returns the value of attribute after.
556 557 558 |
# File 'sig/types.rbs', line 556 def after @after end |
#limit ⇒ Integer?
Returns the value of attribute limit.
555 556 557 |
# File 'sig/types.rbs', line 555 def limit @limit end |
#purpose ⇒ String?
Returns the value of attribute purpose.
554 555 556 |
# File 'sig/types.rbs', line 554 def purpose @purpose end |