Method: Code42::User#org

Defined in:
lib/code42/user.rb

#orgCode42::User

Returns the org associated with this user

Returns:



36
37
38
# File 'lib/code42/user.rb', line 36

def org
  client.org(org_id)
end