Sha256: a0ba89658a7833459c2d44616856f2fc81829f75b150ff3201ef91cedeef51db
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
module OpenActive module Models module Schema class CompoundPriceSpecification < ::OpenActive::Models::Schema::PriceSpecification # @!attribute type # @return [String] def type "schema:CompoundPriceSpecification" end # @return [OpenActive::Models::Schema::UnitPriceSpecification] define_property :price_component, as: "priceComponent", types: [ "OpenActive::Models::Schema::UnitPriceSpecification", ] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems