Sha256: 1ca8f8a05e4c244e895dddfbfae176d672a34b78564964d3890e4cdfae549e62
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
module Ferver class Configuration attr_accessor :directory_path # Return the absolute path to the directory Ferver is serving files from. # def directory_path @directory_path || Ferver::DEFAULT_FILE_SERVER_DIR_PATH end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ferver-1.2.1 | lib/ferver/configuration.rb |
ferver-1.2.0 | lib/ferver/configuration.rb |