module RongCloud

global namespace for this SDK

Constants

HTTP_CODE_TO_ERRORS_MAP

www.rongcloud.cn/docs/server.html#api API 返回值

Public Class Methods

configure() { |Configuration| ... } click to toggle source

Use this method for connection settings

# File lib/rong_cloud.rb, line 10
def self.configure(&block)
  yield RongCloud::Configuration
end