Class: Inspec::Resources::PkgsManagement::PackageStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/inspec/resources/packages.rb

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



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

def architecture
  @architecture
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end