Class: MCP::Client::ListPromptsResult
- Inherits:
-
Struct
- Object
- Struct
- MCP::Client::ListPromptsResult
- Defined in:
- lib/mcp/client/paginated_result.rb
Instance Attribute Summary collapse
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
-
#prompts ⇒ Object
Returns the value of attribute prompts.
Instance Attribute Details
#meta ⇒ Object
Returns the value of attribute meta
9 10 11 |
# File 'lib/mcp/client/paginated_result.rb', line 9 def @meta end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
9 10 11 |
# File 'lib/mcp/client/paginated_result.rb', line 9 def next_cursor @next_cursor end |
#prompts ⇒ Object
Returns the value of attribute prompts
9 10 11 |
# File 'lib/mcp/client/paginated_result.rb', line 9 def prompts @prompts end |