Sha256: 59651ba37c1916ebdb0547182382cf35a04ad0f2f7368c8acad2c79f7c67ee3e

Contents?: true

Size: 142 Bytes

Versions: 9

Compression:

Stored size: 142 Bytes

Contents

module Endow
  class Configuration

    def logger
      @logger
    end

    def logger=( logger )
      @logger = logger
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
endow-1.2.1 lib/endow/configuration.rb
endow-1.2.0 lib/endow/configuration.rb
endow-1.1.0 lib/endow/configuration.rb
endow-1.0.1 lib/endow/configuration.rb
endow-1.0.0 lib/endow/configuration.rb
endow-0.4.0 lib/endow/configuration.rb
endow-0.3.0 lib/endow/configuration.rb
endow-0.2.0 lib/endow/configuration.rb
endow-0.1.0 lib/endow/configuration.rb