Class: Insika::Policy::Engine::Resolution

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/policy/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_skillsObject (readonly)

Returns the value of attribute allowed_skills

Returns:

  • (Object)

    the current value of allowed_skills



13
14
15
# File 'lib/insika/policy/engine.rb', line 13

def allowed_skills
  @allowed_skills
end

#allowed_toolsObject (readonly)

Returns the value of attribute allowed_tools

Returns:

  • (Object)

    the current value of allowed_tools



13
14
15
# File 'lib/insika/policy/engine.rb', line 13

def allowed_tools
  @allowed_tools
end

#auditObject (readonly)

Returns the value of attribute audit

Returns:

  • (Object)

    the current value of audit



13
14
15
# File 'lib/insika/policy/engine.rb', line 13

def audit
  @audit
end

#requires_approvalObject (readonly)

Returns the value of attribute requires_approval

Returns:

  • (Object)

    the current value of requires_approval



13
14
15
# File 'lib/insika/policy/engine.rb', line 13

def requires_approval
  @requires_approval
end