Class: Inspec::Resources::PkgManagement

Inherits:
Object
  • Object
show all
Defined in:
lib/resources/package.rb

Direct Known Subclasses

BffPkg, Brew, Deb, HpuxPkg, Pacman, Rpm, SolarisPkg, WindowsPkg

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ PkgManagement

Returns a new instance of PkgManagement.



78
79
80
# File 'lib/resources/package.rb', line 78

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



77
78
79
# File 'lib/resources/package.rb', line 77

def inspec
  @inspec
end