Sha256: a9fbfe39baff4f29ac617c9676120f9d3fa58f94a3ba5cb95a71ad14ff260bec
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require "lutaml/model" module Reqif class Source < Lutaml::Model::Serializable attribute :spec_object_ref, :string xml do root "SOURCE" 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/source.rb |