Method: Ably::Rest::Channel#update_options

Defined in:
lib/ably/rest/channel.rb

#update_options(channel_options) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



127
128
129
# File 'lib/ably/rest/channel.rb', line 127

def update_options(channel_options)
  @options = channel_options.clone.freeze
end