Sha256: fd3b83658f794c4b8db0c6c8bc92fa64554311c301a1d6e5abb6636e77cefb0b
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require "lutaml/model" module Reqif class Target < Lutaml::Model::Serializable attribute :spec_object_ref, :string xml do root "TARGET" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "SPEC-OBJECT-REF", to: :spec_object_ref end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/target.rb |