Class: ClaudeAgentSDK::PermissionRuleValue

Inherits:
Type
  • Object
show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Permission rule value

Instance Attribute Summary collapse

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_contentObject

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_nameObject

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