Method: Code42::User#update

Defined in:
lib/code42/user.rb

#update(attributes) ⇒ Object



30
31
32
# File 'lib/code42/user.rb', line 30

def update(attributes)
  client.update_user(id, attributes)
end