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
32 33 34 |
# File 'lib/okf/server/hub.rb', line 32 def folder @folder end |
#slug ⇒ Object
Returns the value of attribute slug
32 33 34 |
# File 'lib/okf/server/hub.rb', line 32 def slug @slug end |
#title ⇒ Object
Returns the value of attribute title
32 33 34 |
# File 'lib/okf/server/hub.rb', line 32 def title @title end |