Class: Debci::HTML::PackageHistory
- Inherits:
-
Struct
- Object
- Struct
- Debci::HTML::PackageHistory
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/debci/html.rb
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#package ⇒ Object
Returns the value of attribute package.
-
#suite ⇒ Object
Returns the value of attribute suite.
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch
135 136 137 |
# File 'lib/debci/html.rb', line 135 def arch @arch end |
#package ⇒ Object
Returns the value of attribute package
135 136 137 |
# File 'lib/debci/html.rb', line 135 def package @package end |
#suite ⇒ Object
Returns the value of attribute suite
135 136 137 |
# File 'lib/debci/html.rb', line 135 def suite @suite end |