Class: MCP::Client::ListResourceTemplatesResult

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



13
14
15
# File 'lib/mcp/client/paginated_result.rb', line 13

def cache_scope
  @cache_scope
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



13
14
15
# File 'lib/mcp/client/paginated_result.rb', line 13

def meta
  @meta
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



13
14
15
# File 'lib/mcp/client/paginated_result.rb', line 13

def next_cursor
  @next_cursor
end

#resource_templatesObject

Returns the value of attribute resource_templates

Returns:

  • (Object)

    the current value of resource_templates



13
14
15
# File 'lib/mcp/client/paginated_result.rb', line 13

def resource_templates
  @resource_templates
end

#ttl_msObject

Returns the value of attribute ttl_ms

Returns:

  • (Object)

    the current value of ttl_ms



13
14
15
# File 'lib/mcp/client/paginated_result.rb', line 13

def ttl_ms
  @ttl_ms
end