Method: Code42::User.find_by_id

Defined in:
lib/code42/user.rb

.find_by_id(id) ⇒ Object



18
19
20
# File 'lib/code42/user.rb', line 18

def self.find_by_id(id)
  client.find_user_by_id id
end