Sha256: 6dc93266b4ac87e06c505cf0b33e181165904583fc4e095657d8eb2cbad3c9d9
Contents?: true
Size: 707 Bytes
Versions: 3
Compression:
Stored size: 707 Bytes
Contents
module OpenActive module Models module Schema class MediaSubscription < ::OpenActive::Models::Schema::Intangible # @!attribute type # @return [String] def type "schema:MediaSubscription" end # @return [OpenActive::Models::Schema::Offer,URI] define_property :expects_acceptance_of, as: "expectsAcceptanceOf", types: [ "OpenActive::Models::Schema::Offer", "URI", ] # @return [OpenActive::Models::Schema::Organization,URI] define_property :authenticator, as: "authenticator", types: [ "OpenActive::Models::Schema::Organization", "URI", ] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems