Sha256: 6eecb5dcca381d4611422444582d63400d83e0887a0303e2a895b271c96bf57d
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
require "lutaml/model" module Reqif class Specifications < Lutaml::Model::Serializable attribute :specification, Specification, collection: true xml do root "SPECIFICATIONS" namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF" map_element "SPECIFICATION", to: :specification end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reqif-0.1.0 | lib/reqif/specifications.rb |