Sha256: 714896ed7da17553fac6f5f332abfc55c66bf625172b61b8a98a453e8a3c6acd

Contents?: true

Size: 263 Bytes

Versions: 10

Compression:

Stored size: 263 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class Playground < ::OpenActive::Models::Schema::CivicStructure
        # @!attribute type
        # @return [String]
        def type
          "schema:Playground"
        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/playground.rb
openactive-0.4.0 lib/openactive/models/schema/playground.rb
openactive-0.3.0 lib/openactive/models/schema/playground.rb
openactive-0.2.2 lib/openactive/models/schema/playground.rb
openactive-0.2.1 lib/openactive/models/schema/playground.rb
openactive-0.2.0 lib/openactive/models/schema/playground.rb
openactive-0.1.2 lib/openactive/models/schema/playground.rb
openactive-0.1.1 lib/openactive/models/schema/playground.rb
openactive-0.1.0 lib/openactive/models/schema/playground.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/playground.rb