Sha256: b55a5d8be3d7190786d6c2c7c3b2b856f8b8b4b6cad5e4acf8827e99e3ce788e
Contents?: true
Size: 360 Bytes
Versions: 6
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Ieee module Idams # Represents a set of standard packages class StandardPackageSet < Lutaml::Model::Serializable attribute :standard_package, :string, collection: true xml do root "standardpackageset" map_element "standard_package", to: :standard_package end end end end
Version data entries
6 entries across 6 versions & 1 rubygems