Sha256: 896576022245beb3c6b4eb3c191cf98f7eb7633d499e12aed7b7cfa8125b4a86
Contents?: true
Size: 517 Bytes
Versions: 6
Compression:
Stored size: 517 Bytes
Contents
module OpenActive module Models module Schema class PerformAction < ::OpenActive::Models::Schema::PlayAction # @!attribute type # @return [String] def type "schema:PerformAction" end # @return [OpenActive::Models::Schema::EntertainmentBusiness,URI] define_property :entertainment_business, as: "entertainmentBusiness", types: [ "OpenActive::Models::Schema::EntertainmentBusiness", "URI", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems