Sha256: fe686f903fde798a1a509d41079cfbb6afd6ed7550baf84b2cfe8c380add60f9
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
require "lutaml/model" module Reqif class CoreContent < Lutaml::Model::Serializable attribute :req_if_content, ReqIfContent xml do root "CORE-CONTENT" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "REQ-IF-CONTENT", to: :req_if_content end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/core_content.rb |