Class: MCP::Client::ListPromptsResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#cache_scopeObject

Returns the value of attribute cache_scope

Returns:

  • (Object)

    the current value of cache_scope



11
12
13
# File 'lib/mcp/client/paginated_result.rb', line 11

def cache_scope
  @cache_scope
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



11
12
13
# File 'lib/mcp/client/paginated_result.rb', line 11

def meta
  @meta
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



11
12
13
# File 'lib/mcp/client/paginated_result.rb', line 11

def next_cursor
  @next_cursor
end

#promptsObject

Returns the value of attribute prompts

Returns:

  • (Object)

    the current value of prompts



11
12
13
# File 'lib/mcp/client/paginated_result.rb', line 11

def prompts
  @prompts
end

#ttl_msObject

Returns the value of attribute ttl_ms

Returns:

  • (Object)

    the current value of ttl_ms



11
12
13
# File 'lib/mcp/client/paginated_result.rb', line 11

def ttl_ms
  @ttl_ms
end