Sha256: 159add069add775ec26299b0eaead8729ac4c266f2dab6364c12ff733aaf5099
Contents?: true
Size: 161 Bytes
Versions: 11
Compression:
Stored size: 161 Bytes
Contents
module LifenFhir class ContentString < Base attribute :text, String def fhir_payload { contentString: text } end end end
Version data entries
11 entries across 11 versions & 1 rubygems