Sha256: 5dcfb8d6a9ddf82766973cb7c8555b365e99dbee65a36e17284c2b213c29c391
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require "lutaml/model" module Reqif class TheHeader < Lutaml::Model::Serializable attribute :req_if_header, ReqIfHeader xml do root "THE-HEADER" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "REQ-IF-HEADER", to: :req_if_header end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/the_header.rb |