Sha256: 9fbec51ff4f4ee3978d1ec7b2282b7cfcb300006a24f1099d9903980777d36f1
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 Bytes
Contents
module OpenActive module Models module Schema class ThreeDModel < ::OpenActive::Models::Schema::MediaObject # @!attribute type # @return [String] def type "schema:3DModel" end # @return [Boolean,nil] define_property :is_resizable, as: "isResizable", types: [ "bool", "null", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems