Class: ModelContextProtocol::Server::NullCompletion::Response
- Inherits:
-
Data
- Object
- Data
- ModelContextProtocol::Server::NullCompletion::Response
- Defined in:
- lib/model_context_protocol/server/completion.rb
Instance Attribute Summary collapse
-
#hasMore ⇒ Object
readonly
Returns the value of attribute hasMore.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
Instance Attribute Details
#hasMore ⇒ Object (readonly)
Returns the value of attribute hasMore
41 42 43 |
# File 'lib/model_context_protocol/server/completion.rb', line 41 def hasMore @hasMore end |
#total ⇒ Object (readonly)
Returns the value of attribute total
41 42 43 |
# File 'lib/model_context_protocol/server/completion.rb', line 41 def total @total end |
#values ⇒ Object (readonly)
Returns the value of attribute values
41 42 43 |
# File 'lib/model_context_protocol/server/completion.rb', line 41 def values @values end |
Instance Method Details
#serialized ⇒ Object
42 43 44 |
# File 'lib/model_context_protocol/server/completion.rb', line 42 def serialized {completion: {values:, total:, hasMore:}} end |