Sha256: c68753454fd60acfc2cb8d0d99ae8b649c9c3c247f66b4ea86ecfbd01834dd25

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require "lutaml/model"

module Reqif
  class Object < Lutaml::Model::Serializable
    attribute :spec_object_ref, :string

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

      map_element "SPEC-OBJECT-REF", to: :spec_object_ref
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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