Sha256: 77675dbb782db2cda857cfc187808a5fda1dfbaf4353fff4b626017f715c46d1
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
require "lutaml/model" module Reqif class ToolExtensions < Lutaml::Model::Serializable attribute :req_if_tool_extension, ReqIfToolExtension, collection: true xml do root "TOOL-EXTENSIONS" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "REQ-IF-TOOL-EXTENSION", to: :req_if_tool_extension end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/tool_extensions.rb |