Class: OKF::Server::Hub::Bundle
- Inherits:
-
Struct
- Object
- Struct
- OKF::Server::Hub::Bundle
- Defined in:
- lib/okf/server/hub.rb
Overview
One hosted bundle: its slug (unique mount key), the on-disk folder, and
its display title.
Instance Attribute Summary collapse
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#folder ⇒ Object
Returns the value of attribute folder
67 68 69 |
# File 'lib/okf/server/hub.rb', line 67 def folder @folder end |
#slug ⇒ Object
Returns the value of attribute slug
67 68 69 |
# File 'lib/okf/server/hub.rb', line 67 def slug @slug end |
#title ⇒ Object
Returns the value of attribute title
67 68 69 |
# File 'lib/okf/server/hub.rb', line 67 def title @title end |