Class: Insika::Policy::PolicyRequest

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#candidate_skillsObject (readonly)

Returns the value of attribute candidate_skills

Returns:

  • (Object)

    the current value of candidate_skills



9
10
11
# File 'lib/insika/policy/policy.rb', line 9

def candidate_skills
  @candidate_skills
end

#candidate_toolsObject (readonly)

Returns the value of attribute candidate_tools

Returns:

  • (Object)

    the current value of candidate_tools



9
10
11
# File 'lib/insika/policy/policy.rb', line 9

def candidate_tools
  @candidate_tools
end

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



9
10
11
# File 'lib/insika/policy/policy.rb', line 9

def command
  @command
end

#contextObject (readonly)

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



9
10
11
# File 'lib/insika/policy/policy.rb', line 9

def context
  @context
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



9
10
11
# File 'lib/insika/policy/policy.rb', line 9

def profile
  @profile
end