Class: EnhanceRepo::RpmMd::Products::ProductData

Inherits:
Object
  • Object
show all
Defined in:
lib/enhance_repo/rpm_md/products.rb

Overview

Holder for products we read from the release files

Instance Attribute Summary collapse

Instance Attribute Details

#archObject

Returns the value of attribute arch.



45
46
47
# File 'lib/enhance_repo/rpm_md/products.rb', line 45

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



48
49
50
# File 'lib/enhance_repo/rpm_md/products.rb', line 48

def description
  @description
end

#nameObject

Returns the value of attribute name.



41
42
43
# File 'lib/enhance_repo/rpm_md/products.rb', line 41

def name
  @name
end

#productlineObject

Returns the value of attribute productline.



46
47
48
# File 'lib/enhance_repo/rpm_md/products.rb', line 46

def productline
  @productline
end

#releaseObject

Returns the value of attribute release.



44
45
46
# File 'lib/enhance_repo/rpm_md/products.rb', line 44

def release
  @release
end

#summaryObject

Returns the value of attribute summary.



47
48
49
# File 'lib/enhance_repo/rpm_md/products.rb', line 47

def summary
  @summary
end

#vendorObject

Returns the value of attribute vendor.



42
43
44
# File 'lib/enhance_repo/rpm_md/products.rb', line 42

def vendor
  @vendor
end

#versionObject

Returns the value of attribute version.



43
44
45
# File 'lib/enhance_repo/rpm_md/products.rb', line 43

def version
  @version
end