projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 2752-arv-put-resume-wip
[arvados.git]
/
services
/
api
/
app
/
models
/
api_client.rb
1
class ApiClient < ArvadosModel
2
include HasUuid
3
include KindAndEtag
4
include CommonApiTemplate
5
has_many :api_client_authorizations
6
7
api_accessible :user, extend: :common do |t|
8
t.add :name
9
t.add :url_prefix
10
t.add :is_trusted
11
end
12
end