Sha256: 3519b1a4bf33e5ac51bbcb65b89f068f33ec88b71a9502c9eb6e49dd73c65d3e
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
require "lutaml/model" module Reqif class SpecObjects < Lutaml::Model::Serializable attribute :spec_object, SpecObject, collection: true xml do root "SPEC-OBJECTS" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "SPEC-OBJECT", to: :spec_object end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/spec_objects.rb |