lib/submodules/ably-ruby/lib/ably/models/message.rb in ably-rest-0.7.5 vs lib/submodules/ably-ruby/lib/ably/models/message.rb in ably-rest-0.8.1
- old
+ new
@@ -27,10 +27,10 @@
# @return [Object] The message payload. See the documentation for supported datatypes.
# @!attribute [r] encoding
# @return [Object] 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] id
# @return [String] A globally unique message ID
# @!attribute [r] connection_id
# @return [String] The connection_id of the publisher of the message
# @!attribute [r] hash