Sha256: d85574312fc0da42444d0add486ff004bb2197c6d3f835a165b60d19651cc23d

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

require "lutaml/model"

module Reqif
  class Children < Lutaml::Model::Serializable
    attribute :spec_hierarchy, SpecHierarchy, collection: true

    xml do
      root "CHILDREN"
      namespace "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd", "REQIF"

      map_element "SPEC-HIERARCHY", to: :spec_hierarchy
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reqif-0.1.0 lib/reqif/children.rb