Class: Gitlab::CloudConnector::DataModel::Service
- Defined in:
- lib/gitlab/cloud_connector/data_model.rb
Instance Attribute Summary collapse
-
#basic_unit_primitive ⇒ Object
readonly
Returns the value of attribute basic_unit_primitive.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#gitlab_realm ⇒ Object
readonly
Returns the value of attribute gitlab_realm.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
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
#basic_unit_primitive ⇒ Object (readonly)
Returns the value of attribute basic_unit_primitive.
38 39 40 |
# File 'lib/gitlab/cloud_connector/data_model.rb', line 38 def basic_unit_primitive @basic_unit_primitive end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
38 39 40 |
# File 'lib/gitlab/cloud_connector/data_model.rb', line 38 def description @description end |
#gitlab_realm ⇒ Object (readonly)
Returns the value of attribute gitlab_realm.
38 39 40 |
# File 'lib/gitlab/cloud_connector/data_model.rb', line 38 def gitlab_realm @gitlab_realm end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
38 39 40 |
# File 'lib/gitlab/cloud_connector/data_model.rb', line 38 def name @name end |