Sha256: b1dd98b2ec7b2f1864a85e66c3a642ea7562d23e216d92bfb0555ccc3ed2c5fa

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

module OpenActive
  module Models
    # This type is derived from [Schedule](https://pending.schema.org/Schedule), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
    class PartialSchedule < ::OpenActive::Models::Schedule
      # @!attribute type
      # @return [String]
      def type
        "PartialSchedule"
      end

      # @return [String]
      define_property :time_zone, as: "beta:timeZone", types: [
        "string",
      ]
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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