Class: Insika::Policy::Engine::Resolution
- Inherits:
-
Data
- Object
- Data
- Insika::Policy::Engine::Resolution
- Defined in:
- lib/insika/policy/engine.rb
Instance Attribute Summary collapse
-
#allowed_skills ⇒ Object
readonly
Returns the value of attribute allowed_skills.
-
#allowed_tools ⇒ Object
readonly
Returns the value of attribute allowed_tools.
-
#audit ⇒ Object
readonly
Returns the value of attribute audit.
-
#requires_approval ⇒ Object
readonly
Returns the value of attribute requires_approval.
Instance Attribute Details
#allowed_skills ⇒ Object (readonly)
Returns the value of attribute allowed_skills
13 14 15 |
# File 'lib/insika/policy/engine.rb', line 13 def allowed_skills @allowed_skills end |
#allowed_tools ⇒ Object (readonly)
Returns the value of attribute allowed_tools
13 14 15 |
# File 'lib/insika/policy/engine.rb', line 13 def allowed_tools @allowed_tools end |
#audit ⇒ Object (readonly)
Returns the value of attribute audit
13 14 15 |
# File 'lib/insika/policy/engine.rb', line 13 def audit @audit end |
#requires_approval ⇒ Object (readonly)
Returns the value of attribute requires_approval
13 14 15 |
# File 'lib/insika/policy/engine.rb', line 13 def requires_approval @requires_approval end |