Sha256: 5bb08fbf60290ace196c6dcfbe49450379f2d9029b7ea00d7a2d04836f6313d3
Contents?: true
Size: 465 Bytes
Versions: 10
Compression:
Stored size: 465 Bytes
Contents
module OpenActive module Models module Schema class WebAPI < ::OpenActive::Models::Schema::Service # @!attribute type # @return [String] def type "schema:WebAPI" end # @return [OpenActive::Models::Schema::CreativeWork,URI] define_property :documentation, as: "documentation", types: [ "OpenActive::Models::Schema::CreativeWork", "URI", ] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems