Sha256: 7446a45a043401abfa9d2fb70f3bd422ed3b2039071cb206c3c203a6496b21c2

Contents?: true

Size: 265 Bytes

Versions: 6

Compression:

Stored size: 265 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class VideoGallery < ::OpenActive::Models::Schema::MediaGallery
        # @!attribute type
        # @return [String]
        def type
          "schema:VideoGallery"
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/video_gallery.rb
openactive-0.4.0 lib/openactive/models/schema/video_gallery.rb
openactive-0.3.0 lib/openactive/models/schema/video_gallery.rb
openactive-0.2.2 lib/openactive/models/schema/video_gallery.rb
openactive-0.2.1 lib/openactive/models/schema/video_gallery.rb
openactive-0.2.0 lib/openactive/models/schema/video_gallery.rb