Sha256: 577cc979ff1e78388e1b36bef81c041721103aff4cb264f288ced213b5f704b4

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Integer < Base
        private

        def coerce_not_nil(value)
          Integer(value)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koine-attributes-1.0.0 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.4.0 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.3.2 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.3.1 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.3.0 lib/koine/attributes/adapter/integer.rb