Sha256: 53a64e7c03a0a6ff14ac81fbea46216f6eb9bc9f2694cbbf0111ce030ddd27b5

Contents?: true

Size: 135 Bytes

Versions: 16

Compression:

Stored size: 135 Bytes

Contents

module Decanter
  class Configuration

    attr_accessor :strict

    def initialize
      @strict = :with_exception
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
decanter-1.1.10 lib/decanter/configuration.rb
decanter-1.1.8 lib/decanter/configuration.rb
decanter-1.1.7 lib/decanter/configuration.rb
decanter-1.1.6 lib/decanter/configuration.rb
decanter-1.1.5 lib/decanter/configuration.rb
decanter-1.1.4 lib/decanter/configuration.rb
decanter-1.0.3 lib/decanter/configuration.rb
decanter-1.0.2 lib/decanter/configuration.rb
decanter-1.0.1 lib/decanter/configuration.rb
decanter-0.9.2 lib/decanter/configuration.rb
decanter-0.9.1 lib/decanter/configuration.rb
decanter-0.9.0 lib/decanter/configuration.rb
decanter-0.8.2 lib/decanter/configuration.rb
decanter-0.8.1 lib/decanter/configuration.rb
decanter-0.8.0 lib/decanter/configuration.rb
decanter-0.7.2 lib/decanter/configuration.rb