lib/ably/rest/push.rb in ably-1.2.2 vs lib/ably/rest/push.rb in ably-1.2.3
- old
+ new
@@ -12,10 +12,12 @@
def initialize(client)
@client = client
end
# Admin features for push notifications like managing devices and channel subscriptions
+ #
# @return [Ably::Rest::Push::Admin]
+ #
def admin
@admin ||= Admin.new(self)
end
# Activate this device for push notifications by registering with the push transport such as GCM/APNS