Method: Ably::Models::ChannelOptions#set_params
- Defined in:
- lib/submodules/ably-ruby/lib/ably/models/channel_options.rb
#set_params(hash) ⇒ Hash
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.
101 102 103 |
# File 'lib/submodules/ably-ruby/lib/ably/models/channel_options.rb', line 101 def set_params(hash) attributes[:params] = hash end |