Sha256: 85832d199a98b6b2390637a62cc647a135f9a7bd414991781dec816f699e666a

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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