Class: ClaudeAgentSDK::TextBlock
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Text content block
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
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
#text ⇒ Object
Returns the value of attribute text.
165 166 167 |
# File 'lib/claude_agent_sdk/types.rb', line 165 def text @text end |