Class: ClaudeAgentSDK::LocalCommandOutputMessage

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

Overview

Local command output 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

#contentObject

Returns the value of attribute content.



270
271
272
# File 'lib/claude_agent_sdk/types.rb', line 270

def content
  @content
end

#session_idObject

Returns the value of attribute session_id.



270
271
272
# File 'lib/claude_agent_sdk/types.rb', line 270

def session_id
  @session_id
end

#uuidObject

Returns the value of attribute uuid.



270
271
272
# File 'lib/claude_agent_sdk/types.rb', line 270

def uuid
  @uuid
end