Sha256: 711376b8c8a910db56b33fcd1a8ffdf90903c90a61e29520db3c4e995ec46b2b

Contents?: true

Size: 418 Bytes

Versions: 10

Compression:

Stored size: 418 Bytes

Contents

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

        # @return [BigDecimal,nil]
        define_property :screen_count, as: "screenCount", types: [
          "Number",
          "null",
        ]
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/movie_theater.rb
openactive-0.4.0 lib/openactive/models/schema/movie_theater.rb
openactive-0.3.0 lib/openactive/models/schema/movie_theater.rb
openactive-0.2.2 lib/openactive/models/schema/movie_theater.rb
openactive-0.2.1 lib/openactive/models/schema/movie_theater.rb
openactive-0.2.0 lib/openactive/models/schema/movie_theater.rb
openactive-0.1.2 lib/openactive/models/schema/movie_theater.rb
openactive-0.1.1 lib/openactive/models/schema/movie_theater.rb
openactive-0.1.0 lib/openactive/models/schema/movie_theater.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/movie_theater.rb