Class: CodexNotify::HookEvent
- Inherits:
-
Data
- Object
- Data
- CodexNotify::HookEvent
- Defined in:
- lib/codex_notify/hook_event.rb
Instance Attribute Summary collapse
-
#assistant_message ⇒ Object
readonly
Returns the value of attribute assistant_message.
-
#cwd ⇒ Object
readonly
Returns the value of attribute cwd.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#raw_payload ⇒ Object
readonly
Returns the value of attribute raw_payload.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#tool_input ⇒ Object
readonly
Returns the value of attribute tool_input.
-
#tool_name ⇒ Object
readonly
Returns the value of attribute tool_name.
-
#tool_response ⇒ Object
readonly
Returns the value of attribute tool_response.
Instance Attribute Details
#assistant_message ⇒ Object (readonly)
Returns the value of attribute assistant_message
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def @assistant_message end |
#cwd ⇒ Object (readonly)
Returns the value of attribute cwd
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def cwd @cwd end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def name @name end |
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def prompt @prompt end |
#raw_payload ⇒ Object (readonly)
Returns the value of attribute raw_payload
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def raw_payload @raw_payload end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def session_id @session_id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def source @source end |
#tool_input ⇒ Object (readonly)
Returns the value of attribute tool_input
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def tool_input @tool_input end |
#tool_name ⇒ Object (readonly)
Returns the value of attribute tool_name
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def tool_name @tool_name end |
#tool_response ⇒ Object (readonly)
Returns the value of attribute tool_response
4 5 6 |
# File 'lib/codex_notify/hook_event.rb', line 4 def tool_response @tool_response end |