Class: Types::Clusters::AgentType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Clusters::AgentType
show all
- Defined in:
- app/graphql/types/clusters/agent_type.rb
Instance Method Summary
collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
#present, #unpresented
Instance Method Details
#web_path ⇒ Object
73
74
75
|
# File 'app/graphql/types/clusters/agent_type.rb', line 73
def web_path
::Gitlab::Routing.url_helpers.project_cluster_agent_path(object.project, object.name)
end
|