Skip to content

Commit 137362a

Browse files
authored
Merge pull request #128 from mklocker/fix/global-cluster-getter
fix/global-cluster-getter: Add getter method for global cluster config
2 parents ff7c981 + 4f37e89 commit 137362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pusher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class << self
3232
def_delegators :default_client, :scheme=, :host=, :port=, :app_id=, :key=, :secret=, :http_proxy=
3333
def_delegators :default_client, :notification_host=, :notification_scheme=
3434

35-
def_delegators :default_client, :authentication_token, :url
35+
def_delegators :default_client, :authentication_token, :url, :cluster
3636
def_delegators :default_client, :encrypted=, :url=, :cluster=
3737
def_delegators :default_client, :timeout=, :connect_timeout=, :send_timeout=, :receive_timeout=, :keep_alive_timeout=
3838

0 commit comments

Comments
 (0)