Class: Protege::Manifest::Entry

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

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def description
  @description
end

#display_nameObject (readonly)

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def display_name
  @display_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def id
  @id
end

#klassObject (readonly)

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def klass
  @klass
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def summary
  @summary
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/protege/extensions/manifest.rb', line 11

def type
  @type
end