Class: OKF::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- OKF::Registry::Entry
- Defined in:
- lib/okf/registry.rb
Overview
One registered bundle: a unique slug, the absolute path on disk, and a
human-readable title ("parent/dir").
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
32 33 34 |
# File 'lib/okf/registry.rb', line 32 def path @path end |
#slug ⇒ Object
Returns the value of attribute slug
32 33 34 |
# File 'lib/okf/registry.rb', line 32 def slug @slug end |
#title ⇒ Object
Returns the value of attribute title
32 33 34 |
# File 'lib/okf/registry.rb', line 32 def title @title end |