Class: Insika::Plugin::Loader::Discovered

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/plugin/loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capability_namesObject (readonly)

Returns the value of attribute capability_names

Returns:

  • (Object)

    the current value of capability_names



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def capability_names
  @capability_names
end

#channel_namesObject (readonly)

Returns the value of attribute channel_names

Returns:

  • (Object)

    the current value of channel_names



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def channel_names
  @channel_names
end

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def config
  @config
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def name
  @name
end

#prompt_dirsObject (readonly)

Returns the value of attribute prompt_dirs

Returns:

  • (Object)

    the current value of prompt_dirs



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def prompt_dirs
  @prompt_dirs
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def root
  @root
end

#skill_dirsObject (readonly)

Returns the value of attribute skill_dirs

Returns:

  • (Object)

    the current value of skill_dirs



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def skill_dirs
  @skill_dirs
end

#tool_namesObject (readonly)

Returns the value of attribute tool_names

Returns:

  • (Object)

    the current value of tool_names



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def tool_names
  @tool_names
end

#workflow_namesObject (readonly)

Returns the value of attribute workflow_names

Returns:

  • (Object)

    the current value of workflow_names



14
15
16
# File 'lib/insika/plugin/loader.rb', line 14

def workflow_names
  @workflow_names
end