lib/submodules/ably-ruby/lib/ably/realtime/auth.rb in ably-rest-0.8.6 vs lib/submodules/ably-ruby/lib/ably/realtime/auth.rb in ably-rest-0.8.9
- old
+ new
@@ -187,11 +187,15 @@
end
private
# The synchronous Auth class instanced by the Rest client
# @return [Ably::Auth]
- attr_reader :auth_sync
+ def auth_sync
+ @auth_sync
+ end
- attr_reader :client
+ def client
+ @client
+ end
end
end
end