Sha256: 8602ea97e649c3a1493fbb6a4af0c4a29b4bd0a0476b74c115f2a325cb5e4434
Contents?: true
Size: 362 Bytes
Versions: 10
Compression:
Stored size: 362 Bytes
Contents
module Ilog class Configuration attr_accessor :namespaces, :host, :base, :background_image, :profile def initialize @namespaces = {} @host = 'localhost' @base = '' @background_image = '' @profile = { 'avatar' => '', 'author' => '', 'status' => '', 'website' => '', 'email' => '', 'location' => '', } end end end
Version data entries
10 entries across 10 versions & 1 rubygems