module RingCentral::Avatars

Constants

VERSION

Public Class Methods

new(client, opts = {}) click to toggle source
# File lib/ringcentral-avatars.rb, line 8
def new(client, opts = {})
  RingCentral::Avatars::Creator.new client, opts
end