Sha256: 3079a60adc2442e18e5dd34b1d8f0ef7b74aabf137f8317fada41186678dcad1
Contents?: true
Size: 512 Bytes
Versions: 3
Compression:
Stored size: 512 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" require_relative "abstract_general_parameter_value" module Ogc module Gml class AbstractGeneralParameterValueProperty < Lutaml::Model::Serializable attribute :abstract_general_parameter_value, AbstractGeneralParameterValue xml do root "includesValue" namespace "http://www.opengis.net/gml/3.2", "gml" map_element "AbstractGeneralParameterValue", to: :abstract_general_parameter_value end end end end
Version data entries
3 entries across 3 versions & 1 rubygems