Class: ClaudeAgentSDK::SdkMcpResource
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
SDK MCP Resource definition
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reader ⇒ Object
Returns the value of attribute reader.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::Type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1549 1550 1551 |
# File 'lib/claude_agent_sdk/types.rb', line 1549 def description @description end |
#mime_type ⇒ Object
Returns the value of attribute mime_type.
1549 1550 1551 |
# File 'lib/claude_agent_sdk/types.rb', line 1549 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name.
1549 1550 1551 |
# File 'lib/claude_agent_sdk/types.rb', line 1549 def name @name end |
#reader ⇒ Object
Returns the value of attribute reader.
1549 1550 1551 |
# File 'lib/claude_agent_sdk/types.rb', line 1549 def reader @reader end |
#uri ⇒ Object
Returns the value of attribute uri.
1549 1550 1551 |
# File 'lib/claude_agent_sdk/types.rb', line 1549 def uri @uri end |