Class: PkgManagement

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

Direct Known Subclasses

BffPkg, Brew, Deb, Pacman, Rpm, WindowsPkg

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ PkgManagement

Returns a new instance of PkgManagement.



73
74
75
# File 'lib/resources/package.rb', line 73

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



72
73
74
# File 'lib/resources/package.rb', line 72

def inspec
  @inspec
end