1 | require 'ringcentral-avatars/creator' |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
2 | |||
3 | module RingCentral |
||
4 | module Avatars |
||
0 ignored issues
–
show
|
|||
5 | VERSION = '0.5.0'.freeze |
||
6 | |||
7 | class << self |
||
8 | def new(client, opts = {}) |
||
9 | RingCentral::Avatars::Creator.new client, opts |
||
10 | end |
||
11 | end |
||
12 | end |
||
13 | end |
||
14 |