projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
workbench: Add initial reader tokens support.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
group.rb
1
class Group < ArvadosBase
2
def self.owned_items
3
res = $arvados_api_client.api self, "/#{self.uuid}/owned_items", {}
4
$arvados_api_client.unpack_api_response(res)
5
end
6
end