Class: Protege::Manifest::Entry
- Inherits:
-
Data
- Object
- Data
- Protege::Manifest::Entry
- Defined in:
- lib/protege/extensions/manifest.rb
Overview
One registered extension, flattened to its manifest metadata for the UI and for bindings. summary
is the short human-facing blurb; description is the verbose, LLM-facing text (a tool's schema text).
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def description @description end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def display_name @display_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def id @id end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def klass @klass end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def summary @summary end |
#type ⇒ Object (readonly)
Returns the value of attribute type
11 12 13 |
# File 'lib/protege/extensions/manifest.rb', line 11 def type @type end |