Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 75f04b2

Browse files
committed
Remove unnecesary attr_accessor
1 parent 9cc5ea0 commit 75f04b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/buffer/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Client
77
include Link
88
include Info
99

10-
attr_accessor :access_token, :connection
10+
attr_accessor :access_token
1111

1212
URL = 'https://api.bufferapp.com/1/'.freeze
1313

0 commit comments

Comments
 (0)