Class: ClaudeAgentSDK::PermissionRuleValue
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Permission rule value
Instance Attribute Summary collapse
-
#rule_content ⇒ Object
Returns the value of attribute rule_content.
-
#tool_name ⇒ Object
Returns the value of attribute tool_name.
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
#rule_content ⇒ Object
Returns the value of attribute rule_content.
489 490 491 |
# File 'lib/claude_agent_sdk/types.rb', line 489 def rule_content @rule_content end |
#tool_name ⇒ Object
Returns the value of attribute tool_name.
489 490 491 |
# File 'lib/claude_agent_sdk/types.rb', line 489 def tool_name @tool_name end |