Sha256: 9ca6f18b80576b8ea8cd71fcd084db47b71ef5f22d72bf76ab3133472ec13159
Contents?: true
Size: 193 Bytes
Versions: 6
Compression:
Stored size: 193 Bytes
Contents
require "edition" class CompletedTransactionEdition < Edition field :body, type: String GOVSPEAK_FIELDS = [:body] @fields_to_clone = [:body] def whole_body self.body end end
Version data entries
6 entries across 6 versions & 1 rubygems