Class: ClaudeAgentSDK::HookResponseMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::HookResponseMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Hook response system message
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#hook_event ⇒ Object
Returns the value of attribute hook_event.
-
#hook_id ⇒ Object
Returns the value of attribute hook_id.
-
#hook_name ⇒ Object
Returns the value of attribute hook_name.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#output ⇒ Object
Returns the value of attribute output.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#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
#exit_code ⇒ Object
Returns the value of attribute exit_code.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def exit_code @exit_code end |
#hook_event ⇒ Object
Returns the value of attribute hook_event.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def hook_event @hook_event end |
#hook_id ⇒ Object
Returns the value of attribute hook_id.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def hook_id @hook_id end |
#hook_name ⇒ Object
Returns the value of attribute hook_name.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def hook_name @hook_name end |
#outcome ⇒ Object
Returns the value of attribute outcome.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def outcome @outcome end |
#output ⇒ Object
Returns the value of attribute output.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def output @output end |
#session_id ⇒ Object
Returns the value of attribute session_id.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def session_id @session_id end |
#stderr ⇒ Object
Returns the value of attribute stderr.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def stdout @stdout end |
#uuid ⇒ Object
Returns the value of attribute uuid.
285 286 287 |
# File 'lib/claude_agent_sdk/types.rb', line 285 def uuid @uuid end |