Class: Gitlab::CloudConnector::DataModel::BackendService
- Defined in:
- lib/gitlab/cloud_connector/data_model.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#jwt_aud ⇒ Object
readonly
Returns the value of attribute jwt_aud.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#project_url ⇒ Object
readonly
Returns the value of attribute project_url.
Method Summary
Methods inherited from Base
#[], all, #association_key?, each, find_by_name, #initialize, model_name, #to_hash
Methods included from Associations
Constructor Details
This class inherits a constructor from Gitlab::CloudConnector::DataModel::Base
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
42 43 44 |
# File 'lib/gitlab/cloud_connector/data_model.rb', line 42 def description @description end |
#group ⇒ Object (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_aud ⇒ Object (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 |
#name ⇒ Object (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_url ⇒ Object (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 |