lib/submodules/ably-ruby/lib/ably/models/presence_message.rb in ably-rest-0.8.1 vs lib/submodules/ably-ruby/lib/ably/models/presence_message.rb in ably-rest-0.8.2
- old
+ new
@@ -18,10 +18,10 @@
# A class representing an individual presence message to be sent or received
# via the Ably Realtime service.
#
# @!attribute [r] action
- # @return [STATE] the state change event signified by a PresenceMessage
+ # @return [ACTION] the state change event signified by a PresenceMessage
# @!attribute [r] client_id
# @return [String] The client_id associated with this presence state
# @!attribute [r] connection_id
# @return [String] A unique member identifier, disambiguating situations where a given client_id is present on multiple connections simultaneously
# @!attribute [r] member_key