Sha256: 465247e2d9ee3bc65f73b5f6c3887f458be92a4f7f45e26ff4c7b75c66e141b8
Contents?: true
Size: 392 Bytes
Versions: 3
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module Ogc module Gml class MeasureList < Lutaml::Model::Serializable attribute :content, :string attribute :uom, :string xml do root "valueList" namespace "http://www.opengis.net/gml/3.2", "gml" map_content to: :content map_attribute "uom", to: :uom end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ogc-gml-1.0.3 | lib/ogc/gml/measure_list.rb |
ogc-gml-1.0.2 | lib/ogc/gml/measure_list.rb |
ogc-gml-1.0.1 | lib/ogc/gml/measure_list.rb |