Class: Insika::Plugin::Loader::Discovered
- Inherits:
-
Data
- Object
- Data
- Insika::Plugin::Loader::Discovered
- Defined in:
- lib/insika/plugin/loader.rb
Instance Attribute Summary collapse
-
#capability_names ⇒ Object
readonly
Returns the value of attribute capability_names.
-
#channel_names ⇒ Object
readonly
Returns the value of attribute channel_names.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prompt_dirs ⇒ Object
readonly
Returns the value of attribute prompt_dirs.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#skill_dirs ⇒ Object
readonly
Returns the value of attribute skill_dirs.
-
#tool_names ⇒ Object
readonly
Returns the value of attribute tool_names.
-
#workflow_names ⇒ Object
readonly
Returns the value of attribute workflow_names.
Instance Attribute Details
#capability_names ⇒ Object (readonly)
Returns the value of attribute capability_names
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def capability_names @capability_names end |
#channel_names ⇒ Object (readonly)
Returns the value of attribute channel_names
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def channel_names @channel_names end |
#config ⇒ Object (readonly)
Returns the value of attribute config
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def config @config end |
#id ⇒ Object (readonly)
Returns the value of attribute id
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def name @name end |
#prompt_dirs ⇒ Object (readonly)
Returns the value of attribute prompt_dirs
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def prompt_dirs @prompt_dirs end |
#root ⇒ Object (readonly)
Returns the value of attribute root
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def root @root end |
#skill_dirs ⇒ Object (readonly)
Returns the value of attribute skill_dirs
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def skill_dirs @skill_dirs end |
#tool_names ⇒ Object (readonly)
Returns the value of attribute tool_names
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def tool_names @tool_names end |
#workflow_names ⇒ Object (readonly)
Returns the value of attribute workflow_names
14 15 16 |
# File 'lib/insika/plugin/loader.rb', line 14 def workflow_names @workflow_names end |