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