class Bookfile::BookConfig

Public Class Methods

new( hash={} ) click to toggle source
# File lib/bookfile/book/config.rb, line 7
def initialize( hash={} )
  @hash = hash
end

Public Instance Methods

pages_dir() click to toggle source
# File lib/bookfile/book/config.rb, line 15
def pages_dir
  @hash[:pages_dir]
end
templates_dir() click to toggle source
# File lib/bookfile/book/config.rb, line 11
def templates_dir
  @hash[:templates_dir]
end