Class: Ci::Catalog::ComponentsProject::ComponentData
- Inherits:
-
Struct
- Object
- Struct
- Ci::Catalog::ComponentsProject::ComponentData
- Defined in:
- app/models/ci/catalog/components_project.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
13 14 15 |
# File 'app/models/ci/catalog/components_project.rb', line 13 def content @content end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'app/models/ci/catalog/components_project.rb', line 13 def path @path end |