Sha256: 9a4474d37aa471f67ca43e4a30177e1996154969eac7d21620c04909baa3194d
Contents?: true
Size: 178 Bytes
Versions: 27
Compression:
Stored size: 178 Bytes
Contents
module FHIR module Formats class PatchFormat PATCH_XML = 'application/xml-patch+xml'.freeze PATCH_JSON = 'application/json-patch+json'.freeze end end end
Version data entries
27 entries across 27 versions & 1 rubygems