Sha256: 0f63b5a8f86c12a15901fb7842f5a3c12d75d464e2c0ce63c6df9ff08fee917f
Contents?: true
Size: 187 Bytes
Versions: 1
Compression:
Stored size: 187 Bytes
Contents
module Ilog class Configuration attr_accessor :namespaces, :host, :background_image def initialize @namespaces = {} @host = 'localhost' @background_image = '' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ilog-0.3.3 | lib/ilog/configuration.rb |