Method: Code42::User#org
- Defined in:
- lib/code42/user.rb
#org ⇒ Code42::User
Returns the org associated with this user
36 37 38 |
# File 'lib/code42/user.rb', line 36 def org client.org(org_id) end |
Returns the org associated with this user
36 37 38 |
# File 'lib/code42/user.rb', line 36 def org client.org(org_id) end |