Class: ClaudeAgentSDK::AuthStatusMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Auth status message (type: ‘auth_status’)
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#is_authenticating ⇒ Object
Returns the value of attribute is_authenticating.
-
#output ⇒ Object
Returns the value of attribute output.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Method Summary
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::Type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
362 363 364 |
# File 'lib/claude_agent_sdk/types.rb', line 362 def error @error end |
#is_authenticating ⇒ Object
Returns the value of attribute is_authenticating.
362 363 364 |
# File 'lib/claude_agent_sdk/types.rb', line 362 def is_authenticating @is_authenticating end |
#output ⇒ Object
Returns the value of attribute output.
362 363 364 |
# File 'lib/claude_agent_sdk/types.rb', line 362 def output @output end |
#session_id ⇒ Object
Returns the value of attribute session_id.
362 363 364 |
# File 'lib/claude_agent_sdk/types.rb', line 362 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
362 363 364 |
# File 'lib/claude_agent_sdk/types.rb', line 362 def uuid @uuid end |