Class: Inspec::Resources::PkgsManagement::PackageStruct
- Defined in:
- lib/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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
70 71 72 |
# File 'lib/resources/packages.rb', line 70 def architecture @architecture end |
#name ⇒ Object
Returns the value of attribute name
70 71 72 |
# File 'lib/resources/packages.rb', line 70 def name @name end |
#status ⇒ Object
Returns the value of attribute status
70 71 72 |
# File 'lib/resources/packages.rb', line 70 def status @status end |
#version ⇒ Object
Returns the value of attribute version
70 71 72 |
# File 'lib/resources/packages.rb', line 70 def version @version end |