We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1b62a commit 1ca9e01Copy full SHA for 1ca9e01
1 file changed
lib/zero_push/client.rb
@@ -8,7 +8,8 @@ class Client
8
attr_accessor :auth_token
9
10
def initialize(auth_token)
11
- self.auth_token = auth_token
+ @auth_token = auth_token
12
+
13
self.extend(Compatibility)
14
end
15
0 commit comments