Sha256: 4365c63c60611a6115e8255a2782ff7554b6dc4391cd651acdf0f1ed10e0a75c
Contents?: true
Size: 115 Bytes
Versions: 2
Compression:
Stored size: 115 Bytes
Contents
module JSONAPIonify::Types class IntegerType < BaseType def sample(*) rand(1..123) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jsonapionify-0.9.0 | lib/jsonapionify/types/integer_type.rb |
jsonapionify-0.0.1.pre | lib/jsonapionify/types/integer_type.rb |