Sha256: 976ad8eb28cf668067a03f5f8b290e9a6b0c05cc4a83583179421ab519bce135

Contents?: true

Size: 268 Bytes

Versions: 10

Compression:

Stored size: 268 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

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