Class: ClaudeAgentSDK::FilesPersistedMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::FilesPersistedMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Files persisted system message
Instance Attribute Summary collapse
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#files ⇒ Object
Returns the value of attribute files.
-
#processed_at ⇒ Object
Returns the value of attribute processed_at.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Attributes inherited from SystemMessage
Method Summary
Methods inherited from SystemMessage
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::SystemMessage
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#failed ⇒ Object
Returns the value of attribute failed.
318 319 320 |
# File 'lib/claude_agent_sdk/types.rb', line 318 def failed @failed end |
#files ⇒ Object
Returns the value of attribute files.
318 319 320 |
# File 'lib/claude_agent_sdk/types.rb', line 318 def files @files end |
#processed_at ⇒ Object
Returns the value of attribute processed_at.
318 319 320 |
# File 'lib/claude_agent_sdk/types.rb', line 318 def processed_at @processed_at end |
#session_id ⇒ Object
Returns the value of attribute session_id.
318 319 320 |
# File 'lib/claude_agent_sdk/types.rb', line 318 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
318 319 320 |
# File 'lib/claude_agent_sdk/types.rb', line 318 def uuid @uuid end |