lib/submodules/ably-ruby/lib/ably/models/presence_message.rb in ably-rest-0.7.5 vs lib/submodules/ably-ruby/lib/ably/models/presence_message.rb in ably-rest-0.8.1

- old
+ new

@@ -28,13 +28,13 @@ # @!attribute [r] member_key # @return [String] A unique connection and client_id identifier ensuring multiple connected clients with the same client_id are unique # @!attribute [r] data # @return [Object] Optional client-defined status or other event payload associated with this state # @!attribute [r] encoding - # @return [Object] The encoding for the message data. Encoding and decoding of messages is handled automatically by the client library. + # @return [String] The encoding for the message data. Encoding and decoding of messages is handled automatically by the client library. # Therefore, the `encoding` attribute should always be nil unless an Ably library decoding error has occurred. # @!attribute [r] timestamp - # @return [Time] Timestamp when the message was received by the Ably the real-time service + # @return [Time] Timestamp when the message was received by the Ably the realtime service # @!attribute [r] hash # @return [Hash] Access the protocol message Hash object ruby'fied to use symbolized keys # class PresenceMessage include Ably::Modules::Conversions