Sha256: ea78f07f96b98f3732c91c995a8bd19aefe3376b57ac430654dde3f221ba5a62
Contents?: true
Size: 210 Bytes
Versions: 7
Compression:
Stored size: 210 Bytes
Contents
require_relative 'entity' module JSON module SchemaBuilder class String < Entity register :string attribute :min_length attribute :max_length attribute :pattern end end end
Version data entries
7 entries across 7 versions & 1 rubygems