Sha256: 23bacddf45b1d2a8729fbe671388009a3f853461bc43fae37375d99beb3334b3
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
module OpenActive module Models module Schema class InsertAction < ::OpenActive::Models::Schema::AddAction # @!attribute type # @return [String] def type "schema:InsertAction" end # @return [OpenActive::Models::Schema::Place,URI] define_property :to_location, as: "toLocation", types: [ "OpenActive::Models::Schema::Place", "URI", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems