Class: MCP::Client::ListResourcesResult

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



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

def meta
  @meta
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



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

def next_cursor
  @next_cursor
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



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

def resources
  @resources
end