Sha256: 9696257a23896ef12dc1bd5382319b3492e9146d86f167d64fde6e7ff5893bd7
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
module MyGem ConvertFromRequestSchema = Dry::Validation.Schema do required(:account_id).filled(:str?) required(:api_key).filled(:str?) required(:host).filled(:str?) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xe_client-1.0.1 | lib/xe_client/schemas/convert_from_request_schema.rb |
xe_client-1.0.0 | lib/xe_client/schemas/convert_from_request_schema.rb |