Class: Inspec::Resources::MountsInfo
- Inherits:
-
Object
- Object
- Inspec::Resources::MountsInfo
- Defined in:
- lib/inspec/resources/mount.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#inspec ⇒ Object
readonly
Returns the value of attribute inspec.
Instance Method Summary collapse
-
#initialize(inspec) ⇒ MountsInfo
constructor
A new instance of MountsInfo.
- #parse_mount_options(_mount_line, _compatibility = false) ⇒ Object
Constructor Details
#initialize(inspec) ⇒ MountsInfo
Returns a new instance of MountsInfo.
76 77 78 |
# File 'lib/inspec/resources/mount.rb', line 76 def initialize(inspec) @inspec = inspec end |
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
75 76 77 |
# File 'lib/inspec/resources/mount.rb', line 75 def inspec @inspec end |
Instance Method Details
#parse_mount_options(_mount_line, _compatibility = false) ⇒ Object
80 81 82 |
# File 'lib/inspec/resources/mount.rb', line 80 def (_mount_line, _compatibility = false) raise NotImplementedError end |