Class: ClaudeAgentSDK::SdkMcpPrompt
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
SDK MCP Prompt definition
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#description ⇒ Object
Returns the value of attribute description.
-
#generator ⇒ Object
Returns the value of attribute generator.
-
#name ⇒ Object
Returns the value of attribute name.
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
#arguments ⇒ Object
Returns the value of attribute arguments.
1554 1555 1556 |
# File 'lib/claude_agent_sdk/types.rb', line 1554 def arguments @arguments end |
#description ⇒ Object
Returns the value of attribute description.
1554 1555 1556 |
# File 'lib/claude_agent_sdk/types.rb', line 1554 def description @description end |
#generator ⇒ Object
Returns the value of attribute generator.
1554 1555 1556 |
# File 'lib/claude_agent_sdk/types.rb', line 1554 def generator @generator end |
#name ⇒ Object
Returns the value of attribute name.
1554 1555 1556 |
# File 'lib/claude_agent_sdk/types.rb', line 1554 def name @name end |