Class: Debci::HTML::PackageHistory

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/debci/html.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archObject

Returns the value of attribute arch

Returns:

  • (Object)

    the current value of arch



141
142
143
# File 'lib/debci/html.rb', line 141

def arch
  @arch
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



141
142
143
# File 'lib/debci/html.rb', line 141

def package
  @package
end

#suiteObject

Returns the value of attribute suite

Returns:

  • (Object)

    the current value of suite



141
142
143
# File 'lib/debci/html.rb', line 141

def suite
  @suite
end