projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tabular /collections
[arvados.git]
/
app
/
models
/
user.rb
1
class User < OrvosBase
2
def self.current
3
res = $orvos_api_client.api self, '/current'
4
$orvos_api_client.unpack_api_response(res)
5
end
6
end