Class: LinuxAdmin::FSTabEntry

Inherits:
LinuxAdmin show all
Defined in:
lib/linux_admin/fstab.rb

Constant Summary

Constants inherited from LinuxAdmin

VERSION

Instance Attribute Summary collapse

Method Summary

Methods included from Common

#cmd, #run, #run!

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



10
11
12
# File 'lib/linux_admin/fstab.rb', line 10

def device
  @device
end

#dumpableObject

Returns the value of attribute dumpable.



14
15
16
# File 'lib/linux_admin/fstab.rb', line 14

def dumpable
  @dumpable
end

#fs_typeObject

Returns the value of attribute fs_type.



12
13
14
# File 'lib/linux_admin/fstab.rb', line 12

def fs_type
  @fs_type
end

#fsck_orderObject

Returns the value of attribute fsck_order.



15
16
17
# File 'lib/linux_admin/fstab.rb', line 15

def fsck_order
  @fsck_order
end

#mount_optionsObject

Returns the value of attribute mount_options.



13
14
15
# File 'lib/linux_admin/fstab.rb', line 13

def mount_options
  @mount_options
end

#mount_pointObject

Returns the value of attribute mount_point.



11
12
13
# File 'lib/linux_admin/fstab.rb', line 11

def mount_point
  @mount_point
end