Class: Gitlab::CloudConnector::DataModel::BackendService

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/cloud_connector/data_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], all, #association_key?, each, find_by_name, #initialize, model_name, #to_hash

Methods included from Associations

included

Constructor Details

This class inherits a constructor from Gitlab::CloudConnector::DataModel::Base

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



42
43
44
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42

def description
  @description
end

#groupObject (readonly)

Returns the value of attribute group.



42
43
44
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42

def group
  @group
end

#jwt_audObject (readonly)

Returns the value of attribute jwt_aud.



42
43
44
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42

def jwt_aud
  @jwt_aud
end

#nameObject (readonly)

Returns the value of attribute name.



42
43
44
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42

def name
  @name
end

#project_urlObject (readonly)

Returns the value of attribute project_url.



42
43
44
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42

def project_url
  @project_url
end