Class: Ci::Catalog::ComponentsProject::ComponentData

Inherits:
Struct
  • Object
show all
Defined in:
app/models/ci/catalog/components_project.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



13
14
15
# File 'app/models/ci/catalog/components_project.rb', line 13

def content
  @content
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'app/models/ci/catalog/components_project.rb', line 13

def path
  @path
end