We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e74e commit 4ba8b84Copy full SHA for 4ba8b84
lib/zero_push/client.rb
@@ -7,7 +7,7 @@ class Client
7
attr_accessor :auth_token
8
9
def initialize(auth_token)
10
- self.auth_token = auth_token
+ @auth_token = auth_token
11
end
12
13
# verifies credentials
0 commit comments