Class: OllamaAgent::Security::OwnershipNode
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Security::OwnershipNode
- Defined in:
- lib/ollama_agent/security/ownership_index.rb
Overview
One resolved ownership rule (immutable).
Instance Attribute Summary collapse
-
#criticality ⇒ Object
readonly
Returns the value of attribute criticality.
-
#forbidden ⇒ Object
readonly
Returns the value of attribute forbidden.
-
#mutable_in_modes ⇒ Object
readonly
Returns the value of attribute mutable_in_modes.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
Instance Attribute Details
#criticality ⇒ Object (readonly)
Returns the value of attribute criticality
10 11 12 |
# File 'lib/ollama_agent/security/ownership_index.rb', line 10 def criticality @criticality end |
#forbidden ⇒ Object (readonly)
Returns the value of attribute forbidden
10 11 12 |
# File 'lib/ollama_agent/security/ownership_index.rb', line 10 def forbidden @forbidden end |
#mutable_in_modes ⇒ Object (readonly)
Returns the value of attribute mutable_in_modes
10 11 12 |
# File 'lib/ollama_agent/security/ownership_index.rb', line 10 def mutable_in_modes @mutable_in_modes end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
10 11 12 |
# File 'lib/ollama_agent/security/ownership_index.rb', line 10 def owner @owner end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
10 11 12 |
# File 'lib/ollama_agent/security/ownership_index.rb', line 10 def prefix @prefix end |