Sha256: f9f12bca4baa1a7c901ca589245db0ab3ced01b1525fb357051565a14e067065

Contents?: true

Size: 95 Bytes

Versions: 12

Compression:

Stored size: 95 Bytes

Contents

class PositiveIntegerType < Attributor::Integer

  def self.options
    { min: 0 }
  end
  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
attributor-8.0 spec/support/integers.rb
attributor-7.1 spec/support/integers.rb
attributor-7.0 spec/support/integers.rb
attributor-6.5 spec/support/integers.rb
attributor-6.4 spec/support/integers.rb
attributor-6.3 spec/support/integers.rb
attributor-6.2 spec/support/integers.rb
attributor-6.1 spec/support/integers.rb
attributor-6.0 spec/support/integers.rb
attributor-5.7 spec/support/integers.rb
attributor-5.6 spec/support/integers.rb
attributor-5.5 spec/support/integers.rb