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

Version Path
openactive-0.1.2 lib/openactive/models/schema/compound_price_specification.rb
openactive-0.1.1 lib/openactive/models/schema/compound_price_specification.rb
openactive-0.1.0 lib/openactive/models/schema/compound_price_specification.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/compound_price_specification.rb