lib/submodules/ably-ruby/lib/ably/realtime/client.rb in ably-rest-1.1.4 vs lib/submodules/ably-ruby/lib/ably/realtime/client.rb in ably-rest-1.1.5

- old
+ new

@@ -72,9 +72,10 @@ def_delegators :auth, :client_id, :auth_options def_delegators :@rest_client, :encoders def_delegators :@rest_client, :use_tls?, :protocol, :protocol_binary? def_delegators :@rest_client, :environment, :custom_host, :custom_port, :custom_tls_port def_delegators :@rest_client, :log_level + def_delegators :@rest_client, :options # Creates a {Ably::Realtime::Client Realtime Client} and configures the {Ably::Auth} object for the connection. # # @param (see Ably::Rest::Client#initialize) # @option options (see Ably::Rest::Client#initialize)