Sha256: ac112c5f2b1d9cfcafa2e6a561ea191df3d27d5c238e2c7026b77244fb926ff0
Contents?: true
Size: 655 Bytes
Versions: 2
Compression:
Stored size: 655 Bytes
Contents
module OpenActive module Models module Schema class MoveAction < ::OpenActive::Models::Schema::Action # @!attribute type # @return [String] def type "schema:MoveAction" end # @return [OpenActive::Models::Schema::Place,URI] define_property :to_location, as: "toLocation", types: [ "OpenActive::Models::Schema::Place", "URI", ] # @return [OpenActive::Models::Schema::Place,URI] define_property :from_location, as: "fromLocation", types: [ "OpenActive::Models::Schema::Place", "URI", ] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.5.0 | lib/openactive/models/schema/move_action.rb |
openactive-0.4.0 | lib/openactive/models/schema/move_action.rb |