struct Psutil::Stats::DiskPartitionStat

Defined in:

stats/disk_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def device : String #

[View source]
def device=(device : String) #

[View source]
def fstype : String #

[View source]
def fstype=(fstype : String) #

[View source]
def mountpoint : String #

[View source]
def mountpoint=(mountpoint : String) #

[View source]
def opts : String #

[View source]
def opts=(opts : String) #

[View source]