Sha256: be64be5d889303bab120a6edc502f903bdb2bd2c992dab129c37bf16c6566446
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
module Fortnox module API module Validator class Constant def validate( _ ) true end def violations Set.new end def instance self end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fortnox-api-0.1.0 | lib/fortnox/api/validators/constant.rb |