Class: OKF::MCP::Registry::Entry

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

Instance Attribute Details

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



23
24
25
# File 'lib/okf/mcp/registry.rb', line 23

def root
  @root
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



23
24
25
# File 'lib/okf/mcp/registry.rb', line 23

def slug
  @slug
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



23
24
25
# File 'lib/okf/mcp/registry.rb', line 23

def title
  @title
end