Module: RingCentral::Avatars

Defined in:
lib/ringcentral-avatars.rb,
lib/ringcentral-avatars/creator.rb,
lib/ringcentral-avatars/creator.rb

Defined Under Namespace

Classes: Creator, MultiAvatar

Constant Summary collapse

VERSION =
'0.5.0'.freeze

Class Method Summary collapse

Class Method Details

.new(client, opts = {}) ⇒ Object



8
9
10
# File 'lib/ringcentral-avatars.rb', line 8

def new(client, opts = {})
  RingCentral::Avatars::Creator.new client, opts
end