Class: Inspec::Resources::MountsInfo

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

Direct Known Subclasses

BsdMounts, LinuxMounts

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ MountsInfo

Returns a new instance of MountsInfo.



74
75
76
# File 'lib/resources/mount.rb', line 74

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



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

def inspec
  @inspec
end

Instance Method Details

#parse_mount_options(_mount_line, _compatibility = false) ⇒ Object

Raises:

  • (NotImplementedError)


78
79
80
# File 'lib/resources/mount.rb', line 78

def parse_mount_options(_mount_line, _compatibility = false)
  raise NotImplementedError
end