Method: ChannelService::Processor#process_getChannelSettings

Defined in:
lib/linerb/gen-rb/channel_service.rb

#process_getChannelSettings(seqid, iprot, oprot) ⇒ Object



249
250
251
252
253
254
255
256
257
258
# File 'lib/linerb/gen-rb/channel_service.rb', line 249

def process_getChannelSettings(seqid, iprot, oprot)
  args = read_args(iprot, GetChannelSettings_args)
  result = GetChannelSettings_result.new()
  begin
    result.success = @handler.getChannelSettings()
  rescue ::ChannelException => e
    result.e = e
  end
  write_result(result, oprot, 'getChannelSettings', seqid)
end