Class: Insika::Policy::PolicyRequest
- Inherits:
-
Data
- Object
- Data
- Insika::Policy::PolicyRequest
- Defined in:
- lib/insika/policy/policy.rb
Overview
Stage 3 input. candidate_tools = [ToolRegistry::Entry] (UNfiltered); candidate_skills = [SkillCatalog::Skill] from catalog.effective(profile.skills). context = ContextPackage (Context before Policy).
Instance Attribute Summary collapse
-
#candidate_skills ⇒ Object
readonly
Returns the value of attribute candidate_skills.
-
#candidate_tools ⇒ Object
readonly
Returns the value of attribute candidate_tools.
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
Instance Attribute Details
#candidate_skills ⇒ Object (readonly)
Returns the value of attribute candidate_skills
9 10 11 |
# File 'lib/insika/policy/policy.rb', line 9 def candidate_skills @candidate_skills end |
#candidate_tools ⇒ Object (readonly)
Returns the value of attribute candidate_tools
9 10 11 |
# File 'lib/insika/policy/policy.rb', line 9 def candidate_tools @candidate_tools end |
#command ⇒ Object (readonly)
Returns the value of attribute command
9 10 11 |
# File 'lib/insika/policy/policy.rb', line 9 def command @command end |
#context ⇒ Object (readonly)
Returns the value of attribute context
9 10 11 |
# File 'lib/insika/policy/policy.rb', line 9 def context @context end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
9 10 11 |
# File 'lib/insika/policy/policy.rb', line 9 def profile @profile end |