Method: Lbt::PCS#type

Defined in:
lib/lbt/utils.rb

#typeObject (readonly)

Type is one of :PCS, :CS and :S

  • :PCS => The file structure has part, chap directories.

  • :CS => The file structure has chap directories.

  • :S => The file structure doesn’t have any directories.



39
40
41
# File 'lib/lbt/utils.rb', line 39

def type
  @type
end