Class: ClaudeAgentSDK::FilesPersistedMessage

Inherits:
SystemMessage show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Files persisted system message

Instance Attribute Summary collapse

Attributes inherited from SystemMessage

#data, #subtype

Method Summary

Methods inherited from SystemMessage

#initialize

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

#failedObject

Returns the value of attribute failed.



298
299
300
# File 'lib/claude_agent_sdk/types.rb', line 298

def failed
  @failed
end

#filesObject

Returns the value of attribute files.



298
299
300
# File 'lib/claude_agent_sdk/types.rb', line 298

def files
  @files
end

#processed_atObject

Returns the value of attribute processed_at.



298
299
300
# File 'lib/claude_agent_sdk/types.rb', line 298

def processed_at
  @processed_at
end

#session_idObject

Returns the value of attribute session_id.



298
299
300
# File 'lib/claude_agent_sdk/types.rb', line 298

def session_id
  @session_id
end

#uuidObject

Returns the value of attribute uuid.



298
299
300
# File 'lib/claude_agent_sdk/types.rb', line 298

def uuid
  @uuid
end