lib/ably/models/device_details.rb in ably-1.2.0 vs lib/ably/models/device_details.rb in ably-1.2.1

- old
+ new

@@ -25,10 +25,10 @@ # @!attribute [r] platform # @return [String] Device platform such as android, ios or browser # @!attribute [r] form_factor # @return [String] Device form factor such as phone, tablet, watch # @!attribute [r] client_id - # @return [String] The authenticated client identifier for this device. See {https://www.ably.io/documentation/general/authentication#identified-clients auth documentation}. + # @return [String] The authenticated client identifier for this device. See {https://www.ably.com/docs/general/authentication#identified-clients auth documentation}. # @!attribute [r] metadata # @return [Hash] Arbitrary metadata that can be associated with a device # @!attribute [r] device_secret # @return [String] This secret is used internally by Ably client libraries to authenticate with Ably when push registration updates are required such as when the GCM token expires and needs renewing # @!attribute [r] push