debian-mirror-gitlab/lib/api/entities/clusters/agent_token_with_token.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
175 B
Ruby
Raw Normal View History

2022-07-16 23:28:13 +05:30
# frozen_string_literal: true
module API
module Entities
module Clusters
class AgentTokenWithToken < AgentToken
expose :token
end
end
end
end