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