Class: OKF::MCP::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- OKF::MCP::Registry::Entry
- Defined in:
- lib/okf/mcp/registry.rb
Overview
One served bundle: the slug tools name it by, its absolute root on
disk, and the human title ("parent/dir").
Instance Attribute Summary collapse
-
#root ⇒ Object
Returns the value of attribute root.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#root ⇒ Object
Returns the value of attribute root
23 24 25 |
# File 'lib/okf/mcp/registry.rb', line 23 def root @root end |
#slug ⇒ Object
Returns the value of attribute slug
23 24 25 |
# File 'lib/okf/mcp/registry.rb', line 23 def slug @slug end |
#title ⇒ Object
Returns the value of attribute title
23 24 25 |
# File 'lib/okf/mcp/registry.rb', line 23 def title @title end |