Class: Inspec::Resources::PkgsManagement::PackageStruct
- Inherits:
-
Struct
- Object
- Struct
- Inspec::Resources::PkgsManagement::PackageStruct
- Defined in:
- lib/inspec/resources/packages.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
72 73 74 |
# File 'lib/inspec/resources/packages.rb', line 72 def architecture @architecture end |
#name ⇒ Object
Returns the value of attribute name
72 73 74 |
# File 'lib/inspec/resources/packages.rb', line 72 def name @name end |
#status ⇒ Object
Returns the value of attribute status
72 73 74 |
# File 'lib/inspec/resources/packages.rb', line 72 def status @status end |
#version ⇒ Object
Returns the value of attribute version
72 73 74 |
# File 'lib/inspec/resources/packages.rb', line 72 def version @version end |