Class RFuse::StatVfs
In: lib/rfuse.rb
Parent: Object

Helper class to return from :statfs (eg for df output) All attributes are Integers and default to 0

Methods

new  

Attributes

f_bavail  [RW]  @return [Integer]
f_bfree  [RW]  @return [Integer]
f_blocks  [RW]  @return [Integer]
f_bsize  [RW]  @return [Integer]
f_favail  [RW]  @return [Integer]
f_ffree  [RW]  @return [Integer]
f_files  [RW]  @return [Integer]
f_flag  [RW]  @return [Integer]
f_frsize  [RW]  @return [Integer]
f_fsid  [RW]  @return [Integer]
f_namemax  [RW]  @return [Integer]

Public Class methods

values can be symbols or strings but drop the pointless f_ prefix

[Validate]