Class: MCP::Client::ListPromptsResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/mcp/client/paginated_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



9
10
11
# File 'lib/mcp/client/paginated_result.rb', line 9

def meta
  @meta
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



9
10
11
# File 'lib/mcp/client/paginated_result.rb', line 9

def next_cursor
  @next_cursor
end

#promptsObject

Returns the value of attribute prompts

Returns:

  • (Object)

    the current value of prompts



9
10
11
# File 'lib/mcp/client/paginated_result.rb', line 9

def prompts
  @prompts
end