Sha256: fa4b57dd8dde8414b12e3f01171bf55410d644ad53a67db30804df787fc64e2d
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true module Ieee module Idams # Group of notes class VolumeNoteGroup < Lutaml::Model::Serializable # Textual note # @return [String] A textual note attribute :note, :string, collection: true xml do root "notegroup" map_element "note", to: :note end end end end
Version data entries
6 entries across 6 versions & 1 rubygems