Sha256: 639ee315a46afa745fb817c4806495900d7acfedf78d82ac034ac342692a8fc2
Contents?: true
Size: 705 Bytes
Versions: 6
Compression:
Stored size: 705 Bytes
Contents
module OpenActive module Models # This type is derived from https://schema.org/Product, which means that any of this type's properties within schema.org may also be used. class IndividualFacilityUse < ::OpenActive::Models::FacilityUse # @!attribute type # @return [String] def type "IndividualFacilityUse" end # @return [OpenActive::Models::FacilityUse] define_property :aggregate_facility_use, as: "aggregateFacilityUse", types: [ "OpenActive::Models::FacilityUse", ] # @return [Array<OpenActive::Models::Slot>] define_property :event, as: "event", types: [ "OpenActive::Models::Slot[]", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems