Class: OKF::Server::Hub::Bundle

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

Instance Attribute Details

#folderObject

Returns the value of attribute folder

Returns:

  • (Object)

    the current value of folder



32
33
34
# File 'lib/okf/server/hub.rb', line 32

def folder
  @folder
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



32
33
34
# File 'lib/okf/server/hub.rb', line 32

def slug
  @slug
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



32
33
34
# File 'lib/okf/server/hub.rb', line 32

def title
  @title
end