Class: OllamaAgent::Security::OwnershipNode

Inherits:
Data
  • Object
show all
Defined in:
lib/ollama_agent/security/ownership_index.rb

Overview

One resolved ownership rule (immutable).

Instance Attribute Summary collapse

Instance Attribute Details

#criticalityObject (readonly)

Returns the value of attribute criticality

Returns:

  • (Object)

    the current value of criticality



10
11
12
# File 'lib/ollama_agent/security/ownership_index.rb', line 10

def criticality
  @criticality
end

#forbiddenObject (readonly)

Returns the value of attribute forbidden

Returns:

  • (Object)

    the current value of forbidden



10
11
12
# File 'lib/ollama_agent/security/ownership_index.rb', line 10

def forbidden
  @forbidden
end

#mutable_in_modesObject (readonly)

Returns the value of attribute mutable_in_modes

Returns:

  • (Object)

    the current value of mutable_in_modes



10
11
12
# File 'lib/ollama_agent/security/ownership_index.rb', line 10

def mutable_in_modes
  @mutable_in_modes
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



10
11
12
# File 'lib/ollama_agent/security/ownership_index.rb', line 10

def owner
  @owner
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



10
11
12
# File 'lib/ollama_agent/security/ownership_index.rb', line 10

def prefix
  @prefix
end