Sha256: b9318f74fd82ce7c159156c45aa604874f41f1770b5c9dcd90f8dcaa7546c67c
Contents?: true
Size: 557 Bytes
Versions: 2
Compression:
Stored size: 557 Bytes
Contents
module OpenActive module Models module Schema class FollowAction < ::OpenActive::Models::Schema::InteractAction # @!attribute type # @return [String] def type "schema:FollowAction" end # @return [OpenActive::Models::Schema::Person,OpenActive::Models::Schema::Organization,URI] define_property :followee, as: "followee", types: [ "OpenActive::Models::Schema::Person", "OpenActive::Models::Schema::Organization", "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/follow_action.rb |
openactive-0.4.0 | lib/openactive/models/schema/follow_action.rb |