Module: BWAPI::Client::Projects::Users
- Included in:
- BWAPI::Client::Projects
- Defined in:
- lib/bwapi/client/projects/users.rb
Instance Method Summary collapse
-
#project_users(id) ⇒ Hashie::Mash
Get all users shared with project.
Instance Method Details
#project_users(id) ⇒ Hashie::Mash
Get all users shared with project
10 11 12 |
# File 'lib/bwapi/client/projects/users.rb', line 10 def project_users id get "projects/#{id}/users" end |